Skip to content
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

Open
righthill opened this issue Dec 13, 2022 · 7 comments
Open

SDK Documentation #52

righthill opened this issue Dec 13, 2022 · 7 comments

Comments

@righthill
Copy link

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

@bombillazo
Copy link

Docs would be great!

@ashutosh-ukey
Copy link
Contributor

Hi @righthill, actually, the command yarn gen-sdk <sdk-version> is used to regenerate the source code of the SDK from the file sdk.json (an OpenAPI document). This file should be available already in the repo's root folder.

In your original question, were you referring to a detailed documentation of all the methods / classes available in the SDK?

@christian-suwiryo
Copy link

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!

@ashutosh-ukey
Copy link
Contributor

ashutosh-ukey commented Dec 22, 2022

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!

@christian-suwiryo
Copy link

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.

@CarsonRoscoe
Copy link

We also have a "Getting started" guide for the SDK with some example code snippets: https://developers.circle.com/developer/docs/circle-sdk.

Future readers, the URL changed, presumably as more languages became supported. The new URL is https://developers.circle.com/developer/docs/circle-sdks

@sc0Vu
Copy link

sc0Vu commented Jul 29, 2023

Is this possible to generate documentation with these generators (https://openapi-generator.tech/docs/generators/#documentation-generators)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants