https://github.com/lucid-kv/client-template
This repo is a contributing guide to create Lucid KV client wrappers.
https://github.com/lucid-kv/client-template
client-template csharp es6 golang javascript kotlin lucid-kv python ruby rust template wrapper
Last synced: 3 months ago
JSON representation
This repo is a contributing guide to create Lucid KV client wrappers.
- Host: GitHub
- URL: https://github.com/lucid-kv/client-template
- Owner: lucid-kv
- License: mit
- Created: 2020-04-23T19:34:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T19:40:37.000Z (about 6 years ago)
- Last Synced: 2025-03-26T00:46:24.809Z (over 1 year ago)
- Topics: client-template, csharp, es6, golang, javascript, kotlin, lucid-kv, python, ruby, rust, template, wrapper
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# client-template
This repo is a contributing guide to create Lucid KV client wrappers.
What we need?
---
- An endpoint need to be defined, it's basically an HTTP url containing path or not.
- Set / Get / Delete methods are mandatory