We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://ipfs.github.io/pinning-services-api-spec/#tag/pins/paths/~1pins/get
Array of strings (Status) non-empty Items
Enum: "queued" "pinning" "pinned" "failed" Example: status=queued,pinning Return pin objects for pins with the specified status
status=queued,pinning
Update: Rough skeleton of this is in place. We need to map API statuses to DB statuses and make sure the DB query is functional.
The text was updated successfully, but these errors were encountered:
@GaryHomewood Is there a separate PR for this? This one is ready for review?
Sorry, something went wrong.
@mbommerez Yes here: #848
GaryHomewood
Successfully merging a pull request may close this issue.
https://ipfs.github.io/pinning-services-api-spec/#tag/pins/paths/~1pins/get
Array of strings (Status) non-empty Items
Enum: "queued" "pinning" "pinned" "failed"
Example:
status=queued,pinning
Return pin objects for pins with the specified status
Update:
Rough skeleton of this is in place. We need to map API statuses to DB statuses and make sure the DB query is functional.
The text was updated successfully, but these errors were encountered: