We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4024b5 commit f2fad94Copy full SHA for f2fad94
README.md
@@ -35,6 +35,9 @@ import "github.com/NdoleStudio/httpsms-go"
35
- [x] `GET /v1/heartbeats`: Get the heartbeats of an Android Phone
36
- [x] **Message Threads**
37
- [x] `GET /v1/message-threads`: Get the message threads of a phone number
38
+- [x] **Cipher**
39
+ - [x] `Encrypt`: Encrypt the content of a message to cipher text
40
+ - [x] `Decrypt`: Decrypt an encrypted message content to plain text
41
42
43
## Usage
0 commit comments