Skip to content

Commit

Permalink
Regenerate SDK based on api v0.0.88
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySQL API Golang SDK Release Pipeline committed Dec 15, 2021
1 parent 85acf50 commit e4fb100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "MariaDB SkySQL API",
"description": "The below documentation describes the API for MariaDB SkySQL, which can be used directly with any HTTP client (e.g. curl, Postman, language specific clients, etc.).\n\n### Authentication\nTo authenticate with the API, do the following:\n\n- Generate an [API key from MariaDB ID](https://id-dev.mariadb.com/account/api)\n\n- Use the API key to generate a short lived token\n ```\n curl \\\n --location \\\n --request POST \\\n --header \"Authorization: Token REDACTED\" \\\n --header \"Content-length: 0\" \\\n 'https://id-dev.mariadb.com/api/v1/token/'\n ```\n\n- Use the `token` field from the response in the _Authorization_ header for `Bearer` auth in subsequent api requests.\n\n\n### Clients\nClients have been developed to simplify the usage of this API:\n* Command line tool: [`skysqlcli`](https://github.com/mariadb-corporation/skysql-api-cli)\n* Golang SDK: [`skysql-api-go`](https://github.com/mariadb-corporation/skysql-api-go)\n* Terraform provider: [`terraform-provider-skysql`](https://github.com/mariadb-corporation/terraform-provider-skysql)\n\nThese clients handle the token retrieval step automatically, and only need to be supplied with the API key.\n\n\n\n\n\n**Note:** The example values provided below, if used, may not return a success response.",
"version": "0.0.87"
"version": "0.0.88"
},
"paths": {
"/billing/quotas": {
Expand Down

0 comments on commit e4fb100

Please sign in to comment.