An open API service indexing awesome lists of open source software.

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.

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