0.1.0-alpha.16 • Published 2 years ago

made-networking v0.1.0-alpha.16

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.