Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kopoli/jsondump
A simple server to GET and PUT JSON formatted data
https://github.com/kopoli/jsondump
Last synced: about 2 months ago
JSON representation
A simple server to GET and PUT JSON formatted data
- Host: GitHub
- URL: https://github.com/kopoli/jsondump
- Owner: kopoli
- License: mit
- Created: 2021-02-08T15:49:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T08:57:19.000Z (over 3 years ago)
- Last Synced: 2024-06-20T02:13:07.606Z (7 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jsondump
A server to dump JSON data into.
## Installation
```
$ go get github.com/kopoli/jsondump
```## Description
NOTE: Pre-alpha quality software.
This is a server that one can GET and PUT JSON formatted data into.
The toplevel package is the server program.
A client library can be found in `github.com/kopoli/jsondump/client`.## Usage
Example of the client library usage can be found in the `integrate_test.go` file.
## License
MIT license