Updated APIv5 Query API (markdown)

Risto Lahtela 2020-02-16 13:24:48 +02:00
parent 07817a845f
commit 1189d5aabf
1 changed files with 2 additions and 0 deletions

@ -73,6 +73,8 @@ Some queries can be performed without the query method above, they are available
Any method called in `CommonQueries` blocks the thread.
- [You can find the methods here](https://github.com/plan-player-analytics/Plan/blob/master/Plan/api/src/main/java/com/djrapitops/plan/query/CommonQueries.java)
## Executing statements
Statements can be executed with `QueryService#execute` method.