Skip to content

Commit

Permalink
Stop publishing openapi swagger (#30)
Browse files Browse the repository at this point in the history
This PR help stop publish our swagger json files, and instead simply
point to our API reference present in the docs portal in our README.

## Description Of Change

<!-- Describe the changes you've made and why you've made them. (ex:
Fixes Issue #34) -->

## Testing Procedure

<!-- Describe how this change has been verified. Either via new
automated tests or manual testing -->

Manually verified the README.md
  • Loading branch information
drohit-cb authored May 9, 2024
1 parent 10c00cb commit 7007ebf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2,334 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ node_modules/

# VSCode configuration
.vscode

docs/**/*.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ client.Ethereum.listRewards(filter).then((resp) => {

## Documentation

There are numerous examples in the [`examples directory`](./examples) to help get you started. For even more, refer to our [documentation website](https://docs.cdp.coinbase.com/staking/docs/welcome) for detailed definitions, API specifications, integration guides, and more!
There are numerous examples in the [`examples directory`](./examples) to help get you started. For even more, refer to our [documentation website](https://docs.cdp.coinbase.com/staking/docs/welcome) for detailed definitions, [API specification](https://docs.cdp.coinbase.com/staking/reference), integration guides, and more!

## Contributing

Expand Down
Loading

0 comments on commit 7007ebf

Please sign in to comment.