1.6.0 • Published 6 years ago

got-swag-delete v1.6.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
6 years ago

#modify Swag delete test

Requests

  • request( options )
    • Requests the current endpoint
    • options is optional, see http
    • options.data sets the request body
  • Shortcuts:
    • get( url, headers )
    • post( url, data, headers )
    • put( url, data, headers )
    • del( url, headers )
    • options( url, headers )
    • head( url, headers )
    • Use null for url to request the current endpoint
    • headers are optional