You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2024. It is now read-only.
I found this client SDK dev methodology by accident, which leverages the openapi-generator CLI to generate programming language specific SDK code.
What I am thinking is that if we CCNP has feasibility to define CC APIs as RESTful as Open API, so that we just need to maintain those swagger.json files and let the SDK code skeleton be generated automatically.
Why is this needed?
Focus more on the API definition, fully leverage the generator techniques for SDK code skeleton and documents.
Focus more on specific SDK routines implementation.