Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. |