hellohello234
Version:
Simple calculator API hosted on APIMATIC
24 lines (20 loc) • 458 B
JavaScript
/**
* This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io )
*/
;
/**
* Creates an instance of HttpRequest
*/
class HttpRequest {
constructor() {
this.method = null;
this.headers = {};
this.queryUrl = null;
this.formData = null;
this.form = null;
this.username = null;
this.password = null;
this.body = null;
}
}
module.exports = HttpRequest;