https://github.com/nexmo/server-sdk-specification
Nexmo Client Library Guide
https://github.com/nexmo/server-sdk-specification
Last synced: 6 months ago
JSON representation
Nexmo Client Library Guide
- Host: GitHub
- URL: https://github.com/nexmo/server-sdk-specification
- Owner: Nexmo
- Created: 2016-03-31T15:13:03.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T13:53:42.000Z (over 3 years ago)
- Last Synced: 2025-01-29T05:25:08.218Z (over 1 year ago)
- Size: 149 KB
- Stars: 5
- Watchers: 31
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vonage Client Libraries
======================
This repository contains:
- The [generic functional specification][spec] for Vonage client libraries.
- [Related examples][examples] as guides to implementing the specification.
- Templates for library [README][readme] and [LICENSE][license].
Workflow
--------
- Client Libraries repositories should be named in this format: `vonage-[language/runtime]-sdk`
For example: `vonage-java-sdk`, `vonage-php-sdk`, `vonage-node-sdk`
- Releases should be tagged with semantic versions from the `main` branch.
Contributions
-------------
To contribute to the specification, examples, or templates, [create an issue][issues] or a pull requests.
[spec]: SPECIFICATION.md
[examples]: examples/
[readme]: templates/README.md
[license]: templates/LICENSE.txt
[issues]: /../../issues