Giter Site home page Giter Site logo

Kouchlin

WIP: A Kotlin client for CouchDB

API Progress

Server

Endpoint Method Status
/ GET ✔️
/_all_dbs GET ✔️
/_db_updates GET ✔️
/_active_tasks GET
/_replicate POST ✔️
/_uuids GET
/_cluster_setup GET ✖️
/_cluster_setup POST ✖️
/_membership GET ✖️
/_scheduler/jobs GET ✖️
/_scheduler/docs GET ✖️
/_scheduler/docs/{replicator_db} GET ✖️
/_scheduler/docs/{replicator_db}/{docid} GET ✖️
/_restart POST ✖️
/_stats GET ✖️

Database

Endpoint Method Status
/db HEAD ✔️
/db GET ✔️
/db PUT ✔️
/db DELETE ✔️
/db/_compact POST ✔️
/db/_ensure_full_commit POST ✔️
/db/_all_docs GET ✔️
/db/_all_docs POST
/db/_bulk_docs POST ✔️
/db/_changes GET ✔️
/db/_changes POST

Find

Endpoint Method Status
/db/_find POST
/db/_explain POST
/db/_index POST
/db/_index GET
/db/_index DELETE
/db/_compact/design-doc POST
/db/_view_cleanup POST

Document

Endpoint Method Status
/db POST ✔️
/db/doc HEAD ✔️
/db/doc GET ✔️
/db/doc PUT ✔️
/db/doc DELETE ✔️
/db/doc COPY ✖️

Attachment

Endpoint Method Status
/db/doc/attachment HEAD ✔️
/db/doc/attachment GET ✔️
/db/doc/attachment PUT ✔️
/db/doc/attachment DELETE ✔️

Design

Pending

Kouchlin's Projects

kouchlin icon kouchlin

This is a CouchDB API wrapper written in Kotlin

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.