method property

String method
final

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;