Skip to content

Latest commit

 

History

History
52 lines (50 loc) · 8 KB

README-RU.md

File metadata and controls

52 lines (50 loc) · 8 KB

WotAPI - Библиотека на языке C# для получения данных о World of Tanks

Release Repo Size Issues Pull Requests


Создание WotApi

  • Параметры
    • Token - Токен для Wargaming Api. Получить его можно тут - Wargaming Application.
    • Region - Регион Wargaming Api. Доступные - RU, EU, NA, ASIA.
WotApi.Create(Token, Region);

Выполнение запроса

  • Обобщения
    • T - Класс ответа. Класс должен быть унаследован от ResponseClass и иметь аттрибут ResponseAttribute. Такие классы указаны ниже, в таблице классов.
  • Параметры
    • Search - Обьект для поиска. Например ID игрока. Указывать не обязательно.
    • Page - Номер страницы. По умолчанию первая. Указывать не обязательно.
    • Parameters - Словарь с дополнительными параметрами. Указывать не обязательно.
T Response = T.GetAll(Search, Page, Parameters);

Таблица классов

Страница на developers.wargaming.net Класс в WotAPI
https://developers.wargaming.net/reference/all/wot/account/achievements/ WotAPI.Api.Accounts.Player.Achievements
https://developers.wargaming.net/reference/all/wot/account/info/ WotAPI.Api.Accounts.Player.Info
https://developers.wargaming.net/reference/all/wot/account/list/ WotAPI.Api.Accounts.Players
https://developers.wargaming.net/reference/all/wot/account/tanks/ WotAPI.Api.Accounts.Player.Vehicles
https://developers.wargaming.net/reference/all/wot/clans/accountinfo/ WotAPI.Api.Clans.Player.Info
https://developers.wargaming.net/reference/all/wot/clans/glossary/ WotAPI.Api.Clans.Clan.Glossary
https://developers.wargaming.net/reference/all/wot/clans/info/ WotAPI.Api.Clans.Clan.Info
https://developers.wargaming.net/reference/all/wot/clans/list/ WotAPI.Api.Clans.Clans
https://developers.wargaming.net/reference/all/wot/clans/memberhistory/ WotAPI.Api.Clans.Player.History
https://developers.wargaming.net/reference/all/wot/encyclopedia/achievements/ WotAPI.Api.Tankopedia.Achievements
https://developers.wargaming.net/reference/all/wot/encyclopedia/arenas/ WotAPI.Api.Tankopedia.Maps
https://developers.wargaming.net/reference/all/wot/encyclopedia/badges/ WotAPI.Api.Tankopedia.Badges
https://developers.wargaming.net/reference/all/wot/encyclopedia/boosters/ WotAPI.Api.Tankopedia.PersonalReserves
https://developers.wargaming.net/reference/all/wot/encyclopedia/crewroles/ WotAPI.Api.Tankopedia.Crew.Roles
https://developers.wargaming.net/reference/all/wot/encyclopedia/crewskills/ WotAPI.Api.Tankopedia.Crew.Skills
https://developers.wargaming.net/reference/all/wot/encyclopedia/info/ WotAPI.Api.Tankopedia.Info
https://developers.wargaming.net/reference/all/wot/encyclopedia/personalmissions/ WotAPI.Api.Tankopedia.PersonalMissions
https://developers.wargaming.net/reference/all/wot/encyclopedia/provisions/ WotAPI.Api.Tankopedia.Equipment
https://developers.wargaming.net/reference/all/wot/encyclopedia/vehicles/ WotAPI.Api.Tankopedia.Vehicle.Info
https://developers.wargaming.net/reference/all/wot/encyclopedia/vehicleprofile/ WotAPI.Api.Tankopedia.Vehicle.Profile
https://developers.wargaming.net/reference/all/wot/globalmap/claninfo/ WotAPI.Api.GlobalMap.Clan.Info
https://developers.wargaming.net/reference/all/wot/globalmap/fronts/ WotAPI.Api.GlobalMap.Fronts
https://developers.wargaming.net/reference/all/wot/globalmap/info/ WotAPI.Api.GlobalMap.Status
https://developers.wargaming.net/reference/all/wot/stronghold/claninfo/ WotAPI.Api.Strongholds.Clan.Info