Closed caarmen closed 1 month ago
~βπ» This is currently based on top of #112. It should be rebased on main after #112 is merged.~
main
See the documentation for POST /v1/instances/access-token: https://developer.genymotion.com/saas/#tag/Instances-v1/operation/accessToken
POST /v1/instances/access-token
It has an instance_uuid request payload field.
instance_uuid
Now that an instance uuid is required to connect to a SaaS instance, clarify that:
Use the GET /v3/recipes/ route to retrieve recipes.
GET /v3/recipes/
See the documentation: https://developer.genymotion.com/saas/#tag/Recipes-v3/operation/listRecipesV3
Note that the v3 recipes route returns recipes in a flat list.
Rebased on main to get changes from:
Description
~βπ» This is currently based on top of #112. It should be rebased on
main
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
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