Command Line script to access metadata service
This will accept command line parameters, make a request to the metadata web service, and output the response. An example of how this is used is to calculate an adjusted matrix and then upload to the metadata service as a separate call. Ideally the command line interface can be reused as an api client.
-
implement get_metadata command line interface
-
see if a GitLab access token can be used for authentication.
This would most likely be included by adding an
Authorization: {TOKEN}
to the request, the web service would need to check for this token and make an authentication request. This may require updates to how authlib is used for automated processes. Come up with a plan and we can discuss before implementation. -
implement create/delete/update metadata methods using authentication
The metadata service is at geomagio.api.secure.metadata