summaryrefslogtreecommitdiffstats
path: root/ogcli/ogcli.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to remove 'og' prefixRoberto Hueso Gómez2020-06-301-39/+0
| | | | | This prefix is redundant on almost every file, so the prefix is removed from filenames and imports.
* Add list modes commandRoberto Hueso Gómez2020-06-301-1/+4
| | | | This is consistent with HTTP GET /modes
* Add list scopes commandRoberto Hueso Gómez2020-06-191-2/+6
| | | | This is consistent with HTTP GET /scopes
* Rewrite basic structureRoberto Hueso Gómez2020-06-191-9/+23
| | | | | | | 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/+18
Add basic OgCLI structure.