TinyBoxDev / androclick-server

0 stars 0 forks source link

Looking for an invalid stop number #6

Closed helloIAmPau closed 2 years ago

helloIAmPau commented 9 years ago

The user makes a GET request on /stops/:number using an invalid stop number.

He obtains as response a 400 HTTP status and a JSON shaped as the following

{
  message: "Invalid stop number",
  errorcode: 0
}