Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 440 Bytes

DOCUMENTATION.md

File metadata and controls

16 lines (10 loc) · 440 Bytes

Documentation

You can see below the API reference of this module.

jsonRequest(options, data, callback)

Creates the http(s) request and parses the response.

Params

  • String|Object options: A string representing the request url or an object passed to the tinyreq function.
  • Object data: The request data object.
  • Function callback: The callback function.

Return

  • Object The request object.