get.feature()
Get a Rasgo Feature by id
Parameters
Return Object
Sample Usage
# Connect to rasgo
api_key = '<your api key>'
rasgo = pyrasgo.connect(api_key)
# Return object
feature = rasgo.get.feature(#)
# Explore returned object
feature.id
feature.name
feature.dataTypeBest Practices / Tips
Last updated