variables-postman-superstars
Number of APIs: 7
Let's learn about how I use variables in Qodex!
-
Use the Scope, Luke - Planet-by-id (Dynamic Vars) GET {{swapiBaseUrl}}planets/{{$randomInt}}
-
Use the Scope, Luke - Mystery-bonus GET {{swapiBaseUrl}}people/:id/
-
Qodex-can-keep-a-secret - Bonus-dynamic-discovery GET https://postman-echo.com/get?first={{$randomFirstName}}&last={{$randomLastName}}&tagline={{$randomBsBuzz}}&phone={{$randomPhoneNumber}}
-
email-scope GET https://postman-echo.com/get?first={{nameFirst}}&last={{nameLast}}&email={{email}}
-
Use the Scope, Luke - Resource-list GET https://swapi.dev/api/
-
Use the Scope, Luke - Get Tatooine GET https://swapi.dev/api/planets/1/
-
Use the Scope, Luke - Planet-by-id (Data Vars) GET {{swapiBaseUrl}}planets/{{planet_id}}