methods
A Method is the action that you wish the API server to execute. All API calls must include a Method. The Module and Param parts might be optional depending on the Method called.
For example, the scan Method also requires the Module and Param parts of the URL set. However, the log and status Methods do not require either Module or Param.
The URL for the API is formed, thus:
https://api.twase.com/KEY/VERSION/METHOD/[MODULE]/[PARAM]