Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ikadix committed Mar 19, 2024
1 parent 24f4001 commit 8f96f79
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ Documentation:
- [Katapult Documentation](https://docs.katapult.io/)



# Next Client
A more feature complete client is being generated in the `next` package.
The aim for this client is to be generated from an openapi spec and should
offer access to everything that is documented / exposed in our API documentation.

## Usage Guidance

Each endpoint has multiple functions for calling it.
Expand All @@ -68,11 +74,6 @@ res, err := client.GetDataCenterDefaultNetworkWithResponse(ctx,
DataCenterPermalink: "perma-link",
},
)

/*
*/

```


0 comments on commit 8f96f79

Please sign in to comment.