We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)
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.