Update the example to use the latest apis for fetching recipes and accessing instances. #111
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
☝🏻 This is currently based on top of #112. It should be rebased onmain
after #112 is merged.Accessing instances
See the documentation for
POST /v1/instances/access-token
: https://developer.genymotion.com/saas/#tag/Instances-v1/operation/accessTokenIt has an
instance_uuid
request payload field.Text clarification
Now that an instance uuid is required to connect to a SaaS instance, clarify that:
Tests
Tested accessing a device:
Fetching recipes
Use the
GET /v3/recipes/
route to retrieve recipes.See the documentation: https://developer.genymotion.com/saas/#tag/Recipes-v3/operation/listRecipesV3
Tests
Note that the v3 recipes route returns recipes in a flat list.
Type of change
Checklist