Python
import requests url = "http://api/apollo/features/{feature}" response = requests.get(url) print(response.text)
{ "name": "<string>", "defaults": {}, "callback": { "uri": "<string>", "method": "GET", "queryParams": {}, "headers": {}, "entity": {} } }
The name of a feature
successful operation
Show child attributes
Was this page helpful?