Skip to content

Commit

Permalink
feat: Latest openapi definition with GET /tokens (#4)
Browse files Browse the repository at this point in the history
* Added GetTokens

* Added link to official openapi
  • Loading branch information
ilkamo committed Feb 17, 2024
1 parent 61b2e10 commit 332f85b
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func main() {

## Jupiter client

The Jupiter client is generated from the official Jupiter openapi definition and provides the following methods to interact with the Jupiter API:
The Jupiter client is generated from the [official Jupiter openapi definition](https://github.com/jup-ag/jupiter-quote-api-node/blob/main/swagger.yaml) and provides the following methods to interact with the Jupiter API:

```go
// GetIndexedRouteMapWithResponse request
Expand Down
Loading

0 comments on commit 332f85b

Please sign in to comment.