Releases: zimmermanncode/restline
Releases · zimmermanncode/restline
0.0.1
- Require and instantiate
RESTline
withVorpal
instance - Provide
RESTline.https
,RESTline.http
,RESTline.host
,RESTline.port
,RESTline.user
,RESTline.password
, andRESTline.command
methods RESTline.command
wrapsvorpal.command
and adds.GET
and.POST
methods to the resulting vorpalCommand
instance. Both automatically createCommand.action
handlers