-
Notifications
You must be signed in to change notification settings - Fork 12
List pins and default status value #245
Copy link
Copy link
Open
Labels
P1area/compliance checkAn issue having to do with an existing, or new, pinning compliance checkAn issue having to do with an existing, or new, pinning compliance checkeffort/hoursexp/novicegood first issueGood for newcomersGood for newcomerskind/bugstatus/ready
Metadata
Metadata
Assignees
Labels
P1area/compliance checkAn issue having to do with an existing, or new, pinning compliance checkAn issue having to do with an existing, or new, pinning compliance checkeffort/hoursexp/novicegood first issueGood for newcomersGood for newcomerskind/bugstatus/ready
Type
Fields
Give feedbackNo fields configured for issues without a type.
Hi, first of all, thanks for putting this together, it's extremely useful.
I'm fixing some of the reported issues on
web3.storageAPI, but there's one specifically that might be a bit tricky, specifically, the testCan retrieve pin with name 'aCid' via the 'exact' TextMatchingStrategyThe tool sends a
and expects some results.
The challenge with that, according to the spec
is that if
statusis not provided should default to "pinned".I wonder if here we should send a
instead, given we can't assume the service has the given pin request pinned by the time the endpoint is hit by the tool.
What do you think?
Thanks