Skip to content

Conversation

@brunoocasali
Copy link
Member

  • Add Key#name property & Create a struct KeyUpdateParams to update keys
  • Replace Task with TaskInfo in the keys async occurrences
  • Add KeysQuery type to handle the keys endpoints parameters

@brunoocasali brunoocasali added the enhancement New feature or request label Aug 2, 2022
@brunoocasali brunoocasali requested a review from bidoubiwa August 2, 2022 18:12
`KeyParams` contains all the parameters to create an API key.
*/
public struct KeyParams: Codable, Equatable {
public let description: String
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think description is optional as well

@brunoocasali brunoocasali requested a review from bidoubiwa August 3, 2022 13:57
@brunoocasali
Copy link
Member Author

@bidoubiwa I made a PR with all the changes you requested #321 (I'll add all the requested changes in this PR)

Copy link
Contributor

@bidoubiwa bidoubiwa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

Base automatically changed from document-changes to bump-meilisearch-v0.28.0 August 4, 2022 12:55
@brunoocasali brunoocasali merged commit c76c37c into bump-meilisearch-v0.28.0 Aug 4, 2022
@brunoocasali brunoocasali deleted the keys-changes branch August 4, 2022 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants