Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print json instead of python dict in responses | Jose M. Guisado | 2021-03-18 | 1 | -1/+1 |
| | | | | | | | | r.json() decodes the responses json and passes it to json.loads() which will convert the content into a python dictionary. Print the literal JSON text so that output can be further manipulated by other tools like jq. | ||||
* | add license header to source code files | OpenGnSys Support Team | 2020-07-01 | 1 | -0/+8 |
| | |||||
* | Rename files to remove 'og' prefix | Roberto Hueso Gómez | 2020-06-30 | 1 | -0/+6 |
This prefix is redundant on almost every file, so the prefix is removed from filenames and imports. |