You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/API_COVERAGE.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,17 +46,17 @@ The Termii docs describe a REST/JSON API and state that each account has its own
46
46
| Messaging | Send WhatsApp conversational message | POST |`/api/sms/send`| JSON body |`TermiiClient.Messaging`| Implemented |#7, PR #21| Unit tests added |
47
47
| Messaging | Send bulk message | POST |`/api/sms/send/bulk`| JSON body |`TermiiClient.Messaging`| Implemented |#7, PR #21| Unit tests added |
48
48
| Messaging | Send via Number API | POST |`/api/sms/number/send`| JSON body |`TermiiClient.Numbers`| Implemented |#5, PR #25| Unit tests added |
49
-
| Token | Send OTP token | POST |`/api/sms/otp/send`| JSON body |`TermiiClient.Tokens`|In progress |#4| Unit tests added |
50
-
| Token | Verify OTP token | POST |`/api/sms/otp/verify`| JSON body |`TermiiClient.Tokens`|In progress |#4| Unit tests added |
51
-
| Token | Generate in-app OTP token | POST |`/api/sms/otp/generate`| JSON body |`TermiiClient.Tokens`|In progress |#4| Unit tests added |
52
-
| Token | Send voice OTP | POST |`/api/sms/otp/send/voice`| JSON body |`TermiiClient.Tokens`|In progress |#4| Unit tests added |
53
-
| Token | Send voice call token | POST |`/api/sms/otp/call`| JSON body |`TermiiClient.Tokens`|In progress |#4| Unit tests added |
54
-
| Token | Send email OTP token | POST |`/api/email/otp/send`| JSON body |`TermiiClient.Tokens`|In progress |#4| Unit tests added |
55
-
| Token | Send WhatsApp OTP token | POST |`/api/sms/send`| JSON body with `channel=whatsapp_otp`|`TermiiClient.Tokens`|In progress |#4| Unit tests added |
56
-
| Insights | Get balance | GET |`/api/get-balance`| Query |`TermiiClient.Insights`|Planned |#9|Planned unit + optional integration|
57
-
| Insights | Search DND/number status | GET |`/api/check/dnd`| Query |`TermiiClient.Insights`|Planned |#9|Planned unit + optional integration|
58
-
| Insights | Query number intelligence/status | GET |`/api/insight/number/query`| Query |`TermiiClient.Insights`|Planned |#9|Planned unit + optional integration|
59
-
| Insights | Fetch message inbox/history | GET |`/api/sms/inbox`| Query |`TermiiClient.Insights`|Planned |#9|Planned unit + optional integration|
49
+
| Token | Send OTP token | POST |`/api/sms/otp/send`| JSON body |`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
50
+
| Token | Verify OTP token | POST |`/api/sms/otp/verify`| JSON body |`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
51
+
| Token | Generate in-app OTP token | POST |`/api/sms/otp/generate`| JSON body |`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
52
+
| Token | Send voice OTP | POST |`/api/sms/otp/send/voice`| JSON body |`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
53
+
| Token | Send voice call token | POST |`/api/sms/otp/call`| JSON body |`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
54
+
| Token | Send email OTP token | POST |`/api/email/otp/send`| JSON body |`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
55
+
| Token | Send WhatsApp OTP token | POST |`/api/sms/send`| JSON body with `channel=whatsapp_otp`|`TermiiClient.Tokens`|Implemented |#4, PR #26| Unit tests added |
56
+
| Insights | Get balance | GET |`/api/get-balance`| Query |`TermiiClient.Insights`|In progress |#9|Unit tests added|
57
+
| Insights | Search DND/number status | GET |`/api/check/dnd`| Query |`TermiiClient.Insights`|In progress |#9|Unit tests added|
58
+
| Insights | Query number intelligence/status | GET |`/api/insight/number/query`| Query |`TermiiClient.Insights`|In progress |#9|Unit tests added|
0 commit comments