Commit Graph

9 Commits (dbf0f00650200b8b4817274953f2e0b684bd622d)
 

Author SHA1 Message Date
Roberto Hueso Gómez dbf0f00650 Rename files to remove 'og' prefix
This prefix is redundant on almost every file, so the prefix is removed from
filenames and imports.
2020-06-30 12:51:51 +02:00
Roberto Hueso Gómez f41b5f8f9d Add list modes command
This is consistent with HTTP GET /modes
2020-06-30 12:43:51 +02:00
Roberto Hueso Gómez 7483cb76a2 Check required config params are in config file
In case a required config param is not in ogcli.json config file, this exits
the program with an error code.
2020-06-25 10:52:27 +02:00
Roberto Hueso Gómez be18d619e6 Add list scopes command
This is consistent with HTTP GET /scopes
2020-06-19 13:10:14 +02:00
Roberto Hueso Gómez 36c6115855 Add ip and port parameters to config
These are the ip and port of the ogServer.
2020-06-19 12:49:49 +02:00
Roberto Hueso Gómez dbdfc106bf Rewrite basic structure
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.).
2020-06-19 12:23:59 +02:00
OpenGnSys Support Team d7b54d08bb add .gitignore 2020-06-18 16:53:41 +02:00
OpenGnSys Support Team 8edcc0dd27 add cfg directory
Add configuration file template.
2020-06-18 16:50:50 +02:00
OpenGnSys Support Team 2120ef6f78 First commit
Add basic OgCLI structure.
2020-06-18 16:44:08 +02:00