versions
You can manually set the Version of the Engine to use when making API calls by setting VERSION with a value from the table below:
| Version | Release | Notes |
|---|---|---|
| 0.8 | 20100208 | initial public release |
| latest | - | synonym to the latest stable Engine version - recommended for normal production use |
| dev | - | synonym to the development Engine - used for experiments and testing new features - not recommended for production use |
Notes:
- latest maps to Engine 0.8
- dev will randomly work - only use if instructed
examples
Use the latest Engine Version:
https://api.twase.com/KEY/latest/METHOD/MODULE/PARAM
Force use of Engine 0.8:
https://api.twase.com/KEY/0.8/METHOD/MODULE/PARAM
Try the development Engine:
https://api.twase.com/KEY/dev/METHOD/MODULE/PARAM