An open API service indexing awesome lists of open source software.

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

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