Closed rzxc closed 12 years ago
Summary:
api_key
http://localhost:9292/calendars?api_key=123456
404 Not Found
401 Unauthorized
Summary:
api_key
is expected to be passed as a parameter in a query string (http://localhost:9292/calendars?api_key=123456
).404 Not Found
error will be raised.api_key
or withapi_key
which doesn't exist, then401 Unauthorized
.