• / -> (home)
  • /version -> (print the version of the api)
  • /users -> (print each user)
  • /users/javascript -> (make an ajax call to the users.json api)
  • /params -> (simulate get/post params to the api call)
  • /version.json -> (api endpoint for version.json)
  • /users.json -> (api endpoint for users.json)
  • /params-internal-from-external.json -> (private api should be accessible from external)
  • /params-internal.json -> (private api should not be accessible)