Skip to content
Jeffrey Way edited this page Apr 16, 2015 · 6 revisions

If you wish to test your APIs, Integrated can assist you!

Please note that, temporarily, the following method calls are exclusive to the Laravel extension. This will change soon.

get($uri) or hit($uri)

Make a GET request to the given URI.

post($uri, array $data)

Make a POST request to the given URI, and pass through any optional parameters.

Clone this wiki locally