summaryrefslogtreecommitdiffstats
path: root/ogcli/objects/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to remove 'og' prefixRoberto Hueso Gómez2020-06-301-0/+0
| | | | | This prefix is redundant on almost every file, so the prefix is removed from filenames and imports.
* Rewrite basic structureRoberto Hueso Gómez2020-06-191-0/+0
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.).