Open stngularity opened 1 year ago
Maybe contains more API methods
GET
https://tankisport.com/api/articles?count={count}&page={page} - get eSports articles
Done!
GET
https://tankisport.com/api/articles/show/{acticle_id} - get info and content of article
Also done!
GET
https://tankisport.com/api/comments?article_id={acticle_id} - get article comments
Done too. And functions for work with articles is fully done.
I found another API method:
GET
https://tankisport.com/api/teams/show/{team_id}/part/transfers - get all transfers of team
Summary
Add Tanki Online eSports API
The Problem
No response
The Ideal Solution
API methods:
GET
https://tankisport.com/api/articles?count={count}&page={page} - get eSports articlesGET
https://tankisport.com/api/teams?query={query}&limit={limit}&ascending=0&page={page}&byColumn=0 - search teamsGET
https://tankisport.com/api/players/banned?query={query}&limit={limit}&ascending=0&page={page}&byColumn=0 - search "banned" playersGET
https://tankisport.com/api/articles/show/{acticle_id} - get info and content of articleGET
https://tankisport.com/api/comments?article_id={acticle_id} - get article commentsGET
https://tankisport.com/api/teams/show/{team_id} - get info about teamGET
https://tankisport.com/api/players/show/{player_id} - get info about eSports playerGET
https://tankisport.com/api/tournaments/show/{tournament_id} - get info about tournamentThe Current Solution
No response
Additional Context
Not a request, but a plan for update
1.1.0