made-networking
v0.1.0-alpha.16
Published
This package includes:
Downloads
6
Readme
MADE.js Networking
This package includes:
- JsonGetRequest for making a GET request to a JSON endpoint.
- JsonPostRequest for making a POST request to a JSON endpoint.
- JsonPutRequest for making a PUT request to a JSON endpoint.
- JsonDeleteRequest for making a DELETE request to a JSON endpoint.
- JsonPatchRequest for making a PATCH request to a JSON endpoint.
- NetworkResponse for detailing a response from a network request including content and status code.
- NetworkRequestManager for processing a network request queue with success and error callbacks.
- NetworkRequestQuery for handling the query parts of a URI or network request.