diff --git a/readme.md b/readme.md index 97c8230..3e56a1e 100644 --- a/readme.md +++ b/readme.md @@ -21,15 +21,15 @@ You can fork or edit this source code ! Current API -| Feature | Menu | Method | URL | parameter | type | -|----------|----------------------|--------|----------------|-------------------------------------------------------------------------------------------------|-------------| -| ✅ | Login | GET | /app/login | | | -| ✅ | Logout | GET | /app/logout | | | -| ✅ | Reconnect | GET | /app/reconnect | | | -| ✅ | User Info | GET | /user/info | phone_number (string: 62...) | querystring | -| ✅ | User Avatar | GET | /user/avatar | phone_number (string: 62...) | querystring | -| ✅ | Send Message (Text) | POST | /send/message | phone_number (string: 62...)
message (string) | form-data | -| ✅ | Send Message (Image) | POST | /send/image | phone_number (string: 62...)
caption (string)
image (binary)
view_once (bool) | form-data | +| Feature | Menu | Method | URL | Payload | +|----------|----------------------|--------|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| ✅ | Login | GET | /app/login | | +| ✅ | Logout | GET | /app/logout | | +| ✅ | Reconnect | GET | /app/reconnect | | +| ✅ | User Info | GET | /user/info |
Param Type Type Example
phone_numberstringquerystring6289685024099
| +| ✅ | User Avatar | GET | /user/avatar |
Param Type Type Example
phone_numberstringquerystring6289685024099
| +| ✅ | Send Message (Text) | POST | /send/message |
Param Type Type Example
phone_numberstringform-data6289685024099
messagestringform-dataHello guys this is testing
| +| ✅ | Send Message (Image) | POST | /send/image |
Param Type Type Example
phone_numberstringform-data6289685024099
captionstringform-dataHello guys this is caption
view_onceboolform-datafalse
imagebinaryform-data
| ``` ✅ = Available