1.0.2 • Published 3 years ago

gfutils v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

common utility modules addes in this package

  1. new GIERROR(errname, errmsg, status, cmsg, cdata)
  2. GILogger -> info(message, ...props) and error(message, error, ...props)
  3. GIHelper -> sort()
  4. GIHttpClient -> get post put delete (uses axios)
  5. GIHttpResponse

Note: if you want to use GIHttpClient please install axios package from npm. npm install axios