fflogsapi documentation
=======================
**fflogsapi** is a synchronous Python 3 client for `FF Logs `_' v2 API.
Features:
* Retrieve information from FF Logs' v2 GraphQL API
* Lazy evaluation to fetch the minimal required amount of information
* Query caching to speed up repeat queries and reduce strain on the API
Looking for the GraphQL schema? See FF Logs' `official documentation `_.
Getting started
----------------
When you're ready, follow the :doc:`get_started` guide to start using fflogsapi. If you want to dive
in head-first, have a look at the :doc:`examples`.
Contents
--------
.. toctree::
get_started
examples
user_flow
api