-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Most of the example in code-samples are showcasing the response type each function is returning:
For example:
client.index("movies").updateSynonyms(synonyms) { (result: Result<Task, Swift.Error>) in ... }
To avoid too much complexity and unnecessary long examples, the types should be removed.
As per this conversation
The example above would become:
client.index("movies").updateSynonyms(synonyms) { result in ... }
brunoocasali and curquizappamorim
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers