-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK Documentation #52
Comments
Docs would be great! |
Hi @righthill, actually, the command In your original question, were you referring to a detailed documentation of all the methods / classes available in the SDK? |
hi @ashutosh-ukey, correct - doc on available classes and methods in SDK would be great!! Can you point me to the right location? Thank you! |
Hey @christian-suwiryo, we unfortunately don't have separate documentation available for all classes and methods for this Node SDK yet. However, each of the classes and methods can be easily found within the source code in this repo with descriptive comments:
We also have a "Getting started" guide for the SDK with some example code snippets: https://developers.circle.com/developer/docs/circle-sdk. Considering there seems to be interest in having additional documentation for all the methods and classes in the SDK, I will bring this issue up with my team and see what we can do. Thanks! |
Thank you @ashutosh-ukey!! Much appreciated. |
Future readers, the URL changed, presumably as more languages became supported. The new URL is https://developers.circle.com/developer/docs/circle-sdks |
Is this possible to generate documentation with these generators (https://openapi-generator.tech/docs/generators/#documentation-generators)? |
Hello - can you please advice where I can find SDK doc? Is it available online or need to use the
yarn gen-sdk <sdk-version>
? If the later, we were able to execute it but not sure how to access/view the generated doc - please kindly advice.Thank you for creating this node library, super helpful to access to the Circle APIs.
Regards,
Right
The text was updated successfully, but these errors were encountered: