team-telnyx / telnyx-dotnet

.NET SDK for the Telnyx API
MIT License
9 stars 9 forks source link

Update SDK to match parity with openapi spec #75

Closed ADandyGuyInSpace closed 6 months ago

ADandyGuyInSpace commented 11 months ago

Telnyx openapi spec file located here: https://github.com/team-telnyx/openapi/blob/master/openapi/spec3.json

We need to update this SDK to include the missing endpoints. These are the documented endpoints that are done and the ones that need to be done: https://docs.google.com/spreadsheets/d/1sOq-tFMB_9fWvvM6oPFYFnE1_LPyn-ds6EEe3WZfKgI/edit?usp=sharing

Feel free to ask for access and will share. Should be straightforward, following same guidelines and adding tests as you go on. Use old endpoints as reference.

You can use developers.telnyx.com as well for api references.