1.0.1 • Published 1 year ago
simplerestapi v1.0.1
simplerestapi
A simple and simplified request generator.
API Reference
How to use
const {petitionType} = require("simplerestapi");
petitionType("API","method","data")
Parameter | Type | Description |
---|---|---|
petitionType | string string string | Generates the API request |
petitionTypeAuth | string string string | Generates API request but with token access |