In order to access the Methods that the TWASE API provides, you need to make calls against the Engine with an HTTPS GET Request.
The Request must be formatted thus:
https://api.twase.com/KEY/VERSION/METHOD/MODULE/PARAM
| KEY | your TWASE API Key |
|---|---|
| VERSION | version of the API to use - see Versions |
| METHOD | action to execute - see Methods |
| MODULE | module (if applicable) to invoke - dependant on METHOD called |
| PARAM | a parameter to supply the selected MODULE (if any) |