You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a bug in the current design:
POST /keys a new key with name Chris.
GET /keys/Chris returns the new key.
POST /keys a new key with name seed.
GET /keys/seed does not return the new key, violating the REST abstraction of keys as a collection.
This confused a contract test I wrote and I had to add extra code to work around the bug.
The text was updated successfully, but these errors were encountered:
From @NodeGuy #1442 (comment):
The text was updated successfully, but these errors were encountered: