Skip to content

Commit

Permalink
Regenerate SDK based on api v0.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySQL API Golang SDK Release Pipeline committed Dec 22, 2021
1 parent 6b59845 commit 884c232
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 13 additions & 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.94"
"version": "0.0.95"
},
"paths": {
"/billing/quotas": {
Expand Down Expand Up @@ -2867,6 +2867,10 @@
"title": "Fqdn",
"type": "string"
},
"install_status": {
"title": "Install Status",
"type": "string"
},
"ip_address": {
"title": "Ip Address",
"type": "string"
Expand All @@ -2882,6 +2886,14 @@
"read_write_port": {
"title": "Read Write Port",
"type": "string"
},
"created_on": {
"title": "Created On",
"type": "string"
},
"updated_on": {
"title": "Updated On",
"type": "string"
}
},
"description": "Base class for Service responses"
Expand Down
3 changes: 3 additions & 0 deletions types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 884c232

Please sign in to comment.