0.0.2 • Published 2 years ago

jsgetpost v0.0.2

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

JSGP

JSGP (Java Script Get Post) is a libary specilizing in simple Get Post requests with parmeters

image info

JSGP use case

JSGP is used for when you dont want to use the long complicated default javascript way of performing a get or post request, this also can be used in place os JQUERY's get post function.

does JSGP support parameters

yes by default JSGP supports parameters, for both GET and POST requests.

does JSGP do anything else other than get and post requests.

currently not but you can also get json data and have it parsed automatically with JSGP.

simple JSGP example with console output.

jsgp = new JSGP();

console.log(
    jsgp.getrequest("example.com/api/", "hello=world&test=2")
);
0.0.2

2 years ago

0.0.1

2 years ago