-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update getting_started code-samples #328
Conversation
dependencies: | ||
meilisearch: ^0.3.1 | ||
```bash | ||
dart pub add meilisearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we rely on the dart cli to get the latest version instead of maintaining it manually
Yeah @ahmednfwela I'm not sure why it is not showing up :| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Build succeeded: |
This PR is auto-generated.
Update the code-samples.meilisearch.yml according to the documentation issue.
The
api_key
field is missing in the instantiation of the client in the getting started samples.Add
aSampleMasterKey
as theapi_key
.cURL example: