Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Routes #49

Open
6 tasks
Tracked by #51 ...
cryptoquick opened this issue May 23, 2023 · 0 comments
Open
6 tasks
Tracked by #51 ...

Refactor Routes #49

cryptoquick opened this issue May 23, 2023 · 0 comments
Assignees

Comments

@cryptoquick
Copy link
Member

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

@cryptoquick cryptoquick self-assigned this May 23, 2023
This was referenced May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant