Skip to content

uwer/magda-cli-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python client for magda REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages