Skip to content

Instantly share code, notes, and snippets.

@imclint21
Last active August 12, 2020 20:05
Show Gist options
  • Save imclint21/531586c95c4b2ecb227ed12002690bde to your computer and use it in GitHub Desktop.
Save imclint21/531586c95c4b2ecb227ed12002690bde to your computer and use it in GitHub Desktop.
Play with Lucid
curl -X PUT -d "Hey" https://lucid-kv.herokuapp.com/api/kv/hello_world
# {"message":"The specified key was successfully created."}
curl https://lucid-kv.herokuapp.com/api/kv/hello_world
# Hey
curl -X DELETE https://lucid-kv.herokuapp.com/api/kv/hello_world
# {"message":"The specified key and it's data was successfully deleted"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment