method property
Request method
Subpath of API's domain. Leading slash /
is not needed
String requestUrl = API.domain + APIRequest.method
Example: /bank/currency
Implementation
final String method;
Request method
Subpath of API's domain. Leading slash /
is not needed
String requestUrl = API.domain + APIRequest.method
Example: /bank/currency
final String method;