21
21
22
22
You can fork or edit this source code !
23
23
24
- Current API
24
+ ### Current API
25
25
26
- | Feature | Menu | Method | URL | Payload |
27
- | ---------| -------------------------| --------| ------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
28
- | ✅ | Login | GET | /app/login | |
29
- | ✅ | Logout | GET | /app/logout | |
30
- | ✅ | Reconnect | GET | /app/reconnect | |
26
+ | Feature | Menu | Method | URL | Payload |
27
+ | ---------| -------------------------| --------| ------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
28
+ | ✅ | Login | GET | /app/login | |
29
+ | ✅ | Logout | GET | /app/logout | |
30
+ | ✅ | Reconnect | GET | /app/reconnect | |
31
31
| ✅ | User Info | GET | /user/info | <table > <thead > <tr > <th >Param</th > <th >Type</th > <th >Type</th > <th >Example</th > </tr ></thead > <tbody > <tr > <td >phone</td ><td >string</td ><td >querystring</td ><td >6289685024099</td ></tr ></tbody ></table > |
32
32
| ✅ | User Avatar | GET | /user/avatar | <table > <thead > <tr > <th >Param</th > <th >Type</th > <th >Type</th > <th >Example</th > </tr ></thead > <tbody > <tr > <td >phone</td ><td >string</td ><td >querystring</td ><td >6289685024099</td ></tr ></tbody ></table > |
33
- | ✅ | User My Group List | GET | /user/my/groups | |
34
- | ✅ | User My Privacy Setting | GET | /user/my/privacy | |
33
+ | ✅ | User My Group List | GET | /user/my/groups | |
34
+ | ✅ | User My Privacy Setting | GET | /user/my/privacy | |
35
35
| ✅ | Send Message (Text) | POST | /send/message | <table > <thead > <tr > <th >Param</th > <th >Type</th > <th >Type</th > <th >Example</th > </tr ></thead > <tbody > <tr > <td >phone</td ><td >string</td ><td >form-data</td ><td >6289685024099</td ></tr ><tr > <td >message</td ><td >string</td ><td >form-data</td ><td >Hello guys this is testing</td ></tr ></tbody ></table > |
36
36
| ✅ | Send Message (Image) | POST | /send/image | <table > <thead > <tr > <th >Param</th > <th >Type</th > <th >Type</th > <th >Example</th > </tr ></thead > <tbody > <tr > <td >phone</td ><td >string</td ><td >form-data</td ><td >6289685024099</td ></tr ><tr > <td >caption</td ><td >string</td ><td >form-data</td ><td >Hello guys this is caption</td ></tr ><tr > <td >view_once</td ><td >bool</td ><td >form-data</td ><td >false</td ></tr ><tr > <td >image</td ><td >binary</td ><td >form-data</td ><td >image/jpg,image/jpeg,image/png</td ></tr ></tbody ></table > |
37
37
| ✅ | Send Message (File) | POST | /send/file | <table ><thead ><tr ><th >Param</th ><th >Type</th ><th >Type</th ><th >Example</th ></tr ></thead ><tbody ><tr ><td >phone</td ><td >string</td ><td >form-data</td ><td >6289685024099</td ></tr ><tr ><td >file</td ><td >binary</td ><td >form-data</td ><td >any (max: 10MB)</td ></tr ></tbody ></table > |
@@ -42,6 +42,18 @@ Current API
42
42
❌ = Not Available Yet
43
43
```
44
44
45
+ ### App User Interface
46
+
47
+ 1 . Homepage ![ Homepage] ( https://i.ibb.co/gWnzy2F/Screen-Shot-2022-02-13-at-12-55-39.png )
48
+ 2 . Login ![ Login] ( https://i.ibb.co/Yp3YJKM/Screen-Shot-2022-02-13-at-12-55-54.png )
49
+ 3 . Send Message ![ Send Message] ( https://i.ibb.co/YcSfvmP/Screen-Shot-2022-02-13-at-12-58-58.png )
50
+ 4 . Send Image ![ Send Image] ( https://i.ibb.co/HDVJZSN/Screen-Shot-2022-02-13-at-12-59-06.png )
51
+ 5 . Send File ![ Send File] ( https://i.ibb.co/XxNnsQ8/Screen-Shot-2022-02-13-at-12-59-14.png )
52
+ 6 . User Info ![ User Info] ( https://i.ibb.co/BC0mNT7/Screen-Shot-2022-02-13-at-13-00-57.png )
53
+ 6 . User Avatar ![ User Avatar] ( https://i.ibb.co/TkzPbLZ/Screen-Shot-2022-02-13-at-13-01-39.png )
54
+ 7 . User Privacy ![ User My Privacy] ( https://i.ibb.co/RQcC5m9/Screen-Shot-2022-02-13-at-12-58-47.png )
55
+ 8 . User Group ![ List Group] ( https://i.ibb.co/GM9fhQD/Screen-Shot-2022-02-13-at-12-57-19.png )
56
+
45
57
### Mac OS NOTE
46
58
47
59
- Please do this if you have an error (invalid flag in pkg-config --cflags: -Xpreprocessor)
0 commit comments