Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: Add command to edit clients. | Harald Eilertsen | 2024-04-25 | 1 | -0/+5 |
| | | | | | | | Not entirely happy with this one. Specially the patch method of the Connection struct. While the other method take (or return) an object that can be serialized to json, the patch method takes a string slice directly, and passing it to the API. | ||||
* | cli: Add feature to save clients to the db. | Harald Eilertsen | 2024-04-24 | 1 | -2/+33 |
| | | | | | | | Also introduces a Connection object to handle the actual connection to the remote API. We also load the remote API url and jwt token from the process environment so these are no longer hardcoded into the source code. | ||||
* | Add license information to all files. | Harald Eilertsen | 2024-04-22 | 1 | -1/+1 |
| | |||||
* | Initial commit | Harald Eilertsen | 2024-04-22 | 1 | -0/+34 |