1👍
✅
The page you linked to is the documentation for a RESTful Web API. If you’re trying to access Rundeck through that, you don’t need anything fancy — you can just use something like the requests library to make your HTTP calls. Apps like tastypie are for creating your own APIs, not accessing others’ APIs.
Source:stackexchange.com