https://github.com/jonas-be/simple-http-key-value-store-client
This application is a cli client for the simple-http-key-value-store
https://github.com/jonas-be/simple-http-key-value-store-client
cli client go golang
Last synced: 7 months ago
JSON representation
This application is a cli client for the simple-http-key-value-store
- Host: GitHub
- URL: https://github.com/jonas-be/simple-http-key-value-store-client
- Owner: jonas-be
- License: mit
- Created: 2023-03-07T12:48:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-10T13:28:56.000Z (over 3 years ago)
- Last Synced: 2024-12-29T04:53:27.912Z (over 1 year ago)
- Topics: cli, client, go, golang
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Http key value store client
This application is a cli client for the [simple-http-key-value-store](https://github.com/jonas-be/simple-http-key-value-store).
> **Note**
> This project was mainly for learning Go. Especially to write a simple cli app and learn the `jarcoal/httpmock` library.
## How to use
```./simple-http-key-value-store -m=METHOD -key=KEY -value=VALUE```
### -m
Specify the http method to use
- `get`
- `put`
- `del` or `delete`
### -key
Specify the key
### -value
Specify the value, if you are using the put method