Skip to content

Commit 0df3505

Browse files
AchoArnoldCopilot
andcommitted
docs: add Phone, PhoneAPIKey, and Webhook services to README
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e3f7b7d commit 0df3505

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ import "github.com/NdoleStudio/httpsms-go"
3939
- [x] **Cipher**
4040
- [x] `Encrypt`: Encrypt the content of a message to cipher text
4141
- [x] `Decrypt`: Decrypt an encrypted message content to plain text
42+
- [x] **Phones**
43+
- [x] `PUT /v1/phones`: Create or update a phone
44+
- [x] `PUT /v1/phones/fcm-token`: Bind an FCM token to a phone
45+
- [x] **Phone API Keys**
46+
- [x] `POST /v1/phone-api-keys/`: Create a new phone API key
47+
- [x] **Webhooks**
48+
- [x] `POST /v1/webhooks`: Create a new webhook
4249

4350

4451
## Usage

0 commit comments

Comments
 (0)