Skip to content

Commit 04b360a

Browse files
committed
docs: Supported APIs in alphabetical order
1 parent 9c41319 commit 04b360a

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99
### Added
1010
- Numbers API
1111

12+
### Changed
13+
- Explicit return types for all methods
14+
- Introduced `ExistingRequest` class to Verify (v2) to reduce duplicating `requestId` parameter
15+
1216
## [0.6.0] - 2024-07-30
1317

1418
### Added

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ You'll need to have [created a Vonage account](https://dashboard.nexmo.com/sign-
1818
* [Contribute!](#contribute)
1919

2020
## Supported APIs
21+
- [Conversion](https://developer.vonage.com/en/messaging/conversion-api/overview)
2122
- [Messages](https://developer.vonage.com/en/messages/overview)
22-
- [Verify](https://developer.vonage.com/en/verify/overview)
23-
- [Voice](https://developer.vonage.com/en/voice/voice-api/overview)
24-
- [SIM Swap](https://developer.vonage.com/en/sim-swap/overview)
25-
- [Number Verification](https://developer.vonage.com/en/number-verification/overview)
26-
- [Number Management](https://developer.vonage.com/en/numbers/overview)
2723
- [Number Insight](https://developer.vonage.com/en/number-insight/overview)
28-
- [SMS](https://developer.vonage.com/en/messaging/sms/overview)
29-
- [Conversion](https://developer.vonage.com/en/messaging/conversion-api/overview)
24+
- [Number Management](https://developer.vonage.com/en/numbers/overview)
25+
- [Number Verification](https://developer.vonage.com/en/number-verification/overview)
3026
- [Redact](https://developer.vonage.com/en/redact/overview)
27+
- [SIM Swap](https://developer.vonage.com/en/sim-swap/overview)
28+
- [SMS](https://developer.vonage.com/en/messaging/sms/overview)
29+
- [Verify](https://developer.vonage.com/en/verify/overview)
30+
- [Voice](https://developer.vonage.com/en/voice/voice-api/overview)
3131

3232
## Other SDKs
3333

0 commit comments

Comments
 (0)