Python client for magda REST API
A simple REST API client build on top of a generic APIClient that takes care of the encoding and packaging of parameters.
Create a singleton client $ from magdacli.magda import createRegistryClient $ client = createRegistryClient({"api-key":","api-key-id":"","url":""})
Create an instance $ from magdacli.magda import AspectMagdaClient $ client = AspectMagdaClient({"api-key":","api-key-id":"","url":""})
- restpy