Python
import requests url = "http://api/apollo/catalog/{project}/assets/{asset}/count" response = requests.get(url) print(response.text)
{}
successful operation
The response is of type object.
object
Was this page helpful?