Release Notes 2018-1-5 tlopo-rc-v1.8.2

Features
  • We now have a "status" page! You can easily check the uptime/downtime of our services at status.tlopo.com. This page is still a little rough around the edges, so bear with us as we work to make it a bit prettier.
  • We've released some information on the APIs we've been developing. You can check this out at tlopo.com/docs. We have a lot more to document, so stay tuned!
Bugfixes
  • Fixed a few issues with the collection of statistics in-game.
 
In the API Response section of tlopo.com/docs, location is spelled incorrectly. Not that this makes much of a difference. "Arrrmor 11 This account is logging in from an unknown loaction."
Another minor blemish is the code to the right of the Partial-success header in the Successful responses section. The comment states: "/*PARTICALLY SUCCESSFUL LOGIN*/". I believe this is meant to be PARTIALLY instead of PARTICALLY.

These minor issues were fixed and then reverted back to the original. o.o

If you want to use python 3 for interacting with the API, you will need to use urllib.parse.urlencode instead of urllib.urlencode—otherwise it seems to work perfectly. According to the comments at the top of the right side of the page you are required to use python 3. Maybe the code should be revised to reflect that? The print statements are in python 2 format.

Can't wait to see more!
 
Last edited:
Back
Top