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
## Members [/api/v1/members/{id}{?lastUpdated}]
+ Parameters
+ id (optional, string)
+ lastUpdated (optional, string) - Return members added/updated since this date
200 OK http GET http://localhost:3000/api/v1/members/1
drakov: [MATCHING] by url pattern: /api/v1/members/:id MATCHED
404 Not Found http GET http://localhost:3000/api/v1/members
drakov: [MATCHING] by url pattern: /api/v1/members/:id NOT_MATCHED
For
http GET http://localhost:3000/api/v1/members/1
drakov:
[MATCHING] by url pattern: /api/v1/members/:id MATCHED
http GET http://localhost:3000/api/v1/members
drakov:
[MATCHING] by url pattern: /api/v1/members/:id NOT_MATCHED
(The
http GET
lines are https://httpie.org/ invocations.)Both work at https://app.apiary.io/
The text was updated successfully, but these errors were encountered: