This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Releases: orbitdb-archive/orbit-db-http-api
Releases · orbitdb-archive/orbit-db-http-api
v0.3.0-rc.4
endpoints affected:
GET /db/{dbname}
, POST /db/{dbname}
, GET /dbs
:
- Add
canAppend
to db info - (Boolean) - Add
write
to db info - (list of permitted write identities)
v0.3.0-rc.3
- Fix issue with null payload on
POST /db/{dbname}/query
endpoint - Fix issue with null payload on
POST /db/{dbname}/inc
endpoint
v0.3.0-rc.2
- Update POST
/db/{dbname}/access/write
endpoint to better match new access controller style
v0.3.0-rc.1
- Add GET
/db/{dbname}/events/{eventname}
endpoint for server sent events stream
v0.1.0
v0.1.0-rc.3
Rename package & update git repo url