Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add license header to source code files | OpenGnSys Support Team | 2020-07-01 | 5 | -0/+40 | |
| | ||||||
* | Rename files to remove 'og' prefix | Roberto Hueso Gómez | 2020-06-30 | 7 | -4/+4 | |
| | | | | | This prefix is redundant on almost every file, so the prefix is removed from filenames and imports. | |||||
* | Add list modes command | Roberto Hueso Gómez | 2020-06-30 | 2 | -1/+10 | |
| | | | | This is consistent with HTTP GET /modes | |||||
* | Check required config params are in config file | Roberto Hueso Gómez | 2020-06-25 | 1 | -0/+6 | |
| | | | | | In case a required config param is not in ogcli.json config file, this exits the program with an error code. | |||||
* | Add list scopes command | Roberto Hueso Gómez | 2020-06-19 | 2 | -2/+12 | |
| | | | | This is consistent with HTTP GET /scopes | |||||
* | Add ip and port parameters to config | Roberto Hueso Gómez | 2020-06-19 | 1 | -1/+3 | |
| | | | | These are the ip and port of the ogServer. | |||||
* | Rewrite basic structure | Roberto Hueso Gómez | 2020-06-19 | 4 | -20/+32 | |
| | | | | | | | 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.). | |||||
* | add .gitignore | OpenGnSys Support Team | 2020-06-18 | 1 | -0/+1 | |
| | ||||||
* | add cfg directory | OpenGnSys Support Team | 2020-06-18 | 1 | -0/+3 | |
| | | | | Add configuration file template. | |||||
* | First commit | OpenGnSys Support Team | 2020-06-18 | 4 | -0/+723 | |
Add basic OgCLI structure. |