Skip to content
/ nnout Public

Actix SLED api

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
COPYING
Notifications You must be signed in to change notification settings

n0mn0m/nnout

Overview

Simple SledDB API service layer. Put a k/v in at an endpoint and retrieve it.

Example

curl -i -X GET -H "Content-Type: application/json" http://localhost:8080/api/foo
curl -i -X PUT -H "Content-Type: application/json" -d '{"bar":"baz"}' http://localhost:8080/api/foo
curl -i -X DELETE -H "Content-Type: application/json" http://localhost:8080/api/foo

About

Actix SLED api

Resources

License

AGPL-3.0, AGPL-3.0 licenses found

Licenses found

AGPL-3.0
LICENSE
AGPL-3.0
COPYING

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published