This repository was archived by the owner on Apr 15, 2024. It is now read-only.
Exploration for SDK generator feasibility #219
kenplusplus
started this conversation in
Ideas
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would you like to be added?
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.
Beta Was this translation helpful? Give feedback.
All reactions