{% extends "page.html" %} {% block stylesheet %} {{ super() }} {% endblock %} {% block main %}
$ pip install tiled[client]
$ python
>>> from tiled.client import from_uri
>>> client = from_uri("{{ api_url }}")
The Tiled API can be accessed from any Internet-connected software,
including graphical programs that accept URLs and commandline
utilities like wget
and curl
.