Refactor Routes

Open
#49 0 comments 0 reactions 1 assignee View on GitHub

@cryptoquick is already working on this.

Since May 23, 2023.

Assessment

This issue has not been assessed yet.

Description

store -> post, retrieve -> get

  • named
  • hashed
  • public
  • private
  • catalogs
  • segments

Routes

POST /public/hashed/file
POST /public/hashed/catalogs
POST /public/hashed/segments
POST /public/named/file
POST /public/named/catalogs
POST /public/named/segments
POST /private/hashed/file
POST /private/hashed/catalogs
POST /private/hashed/segments
POST /private/named/file
POST /private/named/catalogs
POST /private/named/segments

GET /public/hashed/file
GET /public/hashed/catalogs
GET /public/hashed/segments
GET /public/named/file
GET /public/named/catalogs
GET /public/named/segments
GET /private/hashed/file
GET /private/hashed/catalogs
GET /private/hashed/segments
GET /private/named/file
GET /private/named/catalogs
GET /private/named/segments

Directories

/public/hashed/catalogs
/public/hashed/segments
/public/named/catalogs
/public/named/segments
/private/hashed/catalogs
/private/hashed/segments
/private/named/catalogs
/private/named/segments

Dominant language
Rust
Stars
3
Forks
0
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from bitmask-stack/carbonado-node

All issues in bitmask-stack/carbonado-node

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.