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

[Feature] snapshot list & snapshot info #5

Open
bsjohnson01 opened this issue Aug 16, 2022 · 1 comment
Open

[Feature] snapshot list & snapshot info #5

bsjohnson01 opened this issue Aug 16, 2022 · 1 comment
Assignees
Labels

Comments

@bsjohnson01
Copy link
Collaborator

bsjohnson01 commented Aug 16, 2022

Figure

Image

figure-1

Image

figure-2

Feature

  1. a snapshot list should be showed by pagination on the snapshots page in figure-1
  2. when I click on any of the Show button, it should pop up a modal shows details of the corresponding snapshot. The modal should contains info outlined in figure-2.

API Resource

production api endpoint: https://pando-api.kencloud.com

  1. fetch snapshot list: GET /metadata/list
  2. fetch a specific snapshot info: GET /metadata/snapshot?cid=[snapshot CID]
@yzStrive
Copy link
Contributor

/metadata/list

{
"code": 404,
"message": "resource not found",
"Data": null
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants