Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 401 Bytes

Example of an installed resource

Clone it in /installed and add it as a definition.

  • \Request Is the Laravel request object that can be used to read query parameters for example
  • Use \App::abort(code, message) to throw errors to users:
\App::abort(400, "This is an error message.");
  • Buzz is available to make requests to other API's