https://github.com/rssnyder/keys
https://github.com/rssnyder/keys
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rssnyder/keys
- Owner: rssnyder
- License: mit
- Created: 2023-01-25T02:04:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-17T03:33:06.000Z (over 1 year ago)
- Last Synced: 2025-01-28T12:39:40.971Z (over 1 year ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keys
## read
```
curl https://keys.rileysnyder.dev/foo
```
## write
```
curl -d 'bar' https://keys.rileysnyder.dev/foo
```
you can also create random keys
```
curl -d 'bar' https://keys.rileysnyder.dev
```
## development notes
1. test with `make test`
2. need to split out routes eventually to leverage httptest