Skip to content

Commit

Permalink
Stop publishing openapi swagger docs now that we have the docs portal…
Browse files Browse the repository at this point in the history
… where the API reference is available. We also now link to it in our README.
  • Loading branch information
drohit-cb committed May 9, 2024
1 parent 10c00cb commit a5238bc
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 a5238bc

Please sign in to comment.