summaryrefslogtreecommitdiffstats
path: root/ogcli.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to remove 'og' prefixRoberto Hueso Gómez2020-06-301-41/+0
| | | | | This prefix is redundant on almost every file, so the prefix is removed from filenames and imports.
* Check required config params are in config fileRoberto Hueso Gómez2020-06-251-0/+6
| | | | | In case a required config param is not in ogcli.json config file, this exits the program with an error code.
* Rewrite basic structureRoberto Hueso Gómez2020-06-191-11/+3
| | | | | | | This commit: - Adds OgREST class as a wrapper for HTTP REST requests. - Adds objects folder which will contain available functions for each object in the OpenGnsys ecosystem (e.g. client, image, etc.).
* First commitOpenGnSys Support Team2020-06-181-0/+43
Add basic OgCLI structure.