-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
264: Addition related to API keys r=alallema a=alallema ### Breaking Changes Granular management of API keys is now added to MeiliSearch. New methods have been created to manage this: - `client.GetKey` get information about a specific API key. - `client.CreateKey` create a new API key. - `client.DeleteKey` delete an API key. - `client.UpdateKey` update an API key. Modification: - `client.GetKeys` Co-authored-by: alallema <amelie@meilisearch.com>
- Loading branch information
Showing
5 changed files
with
914 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.