This repository is the source of content to the Open Gateway's developers website. Each page in the website must be linked to a markdown file in this repository and will get updated and published as the result of a pull request for every change.
Visit developers.opengateway.telefonica.com
The contents in this repo are meant to be organized in the following structure and order. Folding and sorting to be set by the Readme.com site admin in the website configuration:
- About Open Gateway
- Getting Started
- API Call Flows
- API Catalog
- Available APIs
- SIM Swap
- Number Verification
- For each API available on our Sandbox or on any Channel Partner (see above):
- About the API
- API reference on Readme.com
- Sample code
- HTTP integration
- Using the Sandbox SDK
- Using a generic Channel Partner SDK (alternative CTA)
- Open-source comprehensive sample application (GitHub repo)
- API Roadmap
- For every API not yet commercially available:
- Link to the API documentation on the Open Gateway website
- Link to the API reference on CAMARA's GitHub repository
- For every API not yet commercially available:
- Available APIs
- Clone this repository
- Create a new branch called
your-name/the-change
- Make the changes into your own branch
- Create a pull request to the
main
branch - Add main contributors as reviewers to the pull request
- Maritere Nieto @mtnieto (Go to Developer)
- Laura Lacarra @lauralacarraarcos (Go to Developer)
- Agustín Martín @amg77 (Global Product)
- Diego Rivera @diegotid (Global Product)
- Teresa B. Lufuluabo @lufuOGW (Go to Developer)
- Include the Readme.com front matter to each markdown file
- Wait for the pull request to be approved
- Merge the pull request to the
main
branch, this will trigger the website update