Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 706 Bytes

magda-cli-py

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.

Usage

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":""})

Dependencies

  • restpy

License

Short version: MIT Long version: see LICENSE file