nim-dagger/codex/stores
Ben Bierens cb02962231
Adds endpoint for listing files (manifests) in node. Useful for demo UI. (#599)
* Adds endpoint for listing files (manifests) in node. Useful for demo UI.

* Moves upload/download/files into content API calls.

* Cleans up json serialization for manifest

* Cleans up some more json serialization

* Moves block iteration and decoding to node.nim

* Moves api methods into their own init procs.

* Applies RestContent api object.

* Replaces format methods with Rest objects in json.nim

* Unused import

* Review comments by Adam

* Fixes issue where content/local endpoint clashes with content/cid.

* faulty merge resolution

* Renames content API to data.

* Fixes faulty rebase

* Adds test for data/local API

* Renames local and download api.
2023-11-09 08:47:09 +00:00
..
blockstore.nim feat: ensure block expiry (#597) 2023-11-06 08:10:30 +00:00
cachestore.nim feat: ensure block expiry (#597) 2023-11-06 08:10:30 +00:00
keyutils.nim Add metrics (#478) 2023-07-20 09:56:28 +02:00
maintenance.nim Slows down block maintenance iteration (#543) 2023-09-04 11:12:14 +02:00
networkstore.nim Adds endpoint for listing files (manifests) in node. Useful for demo UI. (#599) 2023-11-09 08:47:09 +00:00
repostore.nim feat: ensure block expiry (#597) 2023-11-06 08:10:30 +00:00