Package: SC2API 1.0.0.9000
SC2API: Blizzard SC2 API Wrapper
A wrapper for Blizzard's Starcraft II (a 2010 real-time strategy game) Application Programming Interface (API). All documented API calls are implemented in an easy-to-use and consistent manner.
Authors:
SC2API_1.0.0.9000.tar.gz
SC2API_1.0.0.9000.zip(r-4.5)SC2API_1.0.0.9000.zip(r-4.4)SC2API_1.0.0.9000.zip(r-4.3)
SC2API_1.0.0.9000.tgz(r-4.4-any)SC2API_1.0.0.9000.tgz(r-4.3-any)
SC2API_1.0.0.9000.tar.gz(r-4.5-noble)SC2API_1.0.0.9000.tar.gz(r-4.4-noble)
SC2API_1.0.0.9000.tgz(r-4.4-emscripten)SC2API_1.0.0.9000.tgz(r-4.3-emscripten)
SC2API.pdf |SC2API.html✨
SC2API/json (API)
NEWS
# Install 'SC2API' in R: |
install.packages('SC2API', repos = c('https://sammorrissette.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sammorrissette/sc2api/issues
Last updated 4 years agofrom:9d67a4000f. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 21 2024 |
R-4.5-win | OK | Oct 21 2024 |
R-4.5-linux | OK | Oct 21 2024 |
R-4.4-win | OK | Oct 21 2024 |
R-4.4-mac | OK | Oct 21 2024 |
R-4.3-win | OK | Oct 21 2024 |
R-4.3-mac | OK | Oct 21 2024 |
Exports:get_gm_leaderboardget_ladderget_ladder_dataget_ladder_idsget_ladder_summaryget_last_playedget_league_countsget_league_dataget_legacy_achievementsget_legacy_ladderget_legacy_laddersget_legacy_match_historyget_legacy_profileget_legacy_rewardsget_metadataget_playerget_profileget_seasonget_season_dataget_staticset_tokenunset_tokenvalidate_token
Dependencies:askpasscurldata.tablehttrjsonlitemimeopensslR6sys
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Authorization | authorization set_token unset_token validate_token |
Grandmaster Leaderboard | get_gm_leaderboard |
Ladder Details and Profile Rank | get_ladder |
Ladder Data | get_ladder_data |
League Ladder ID's | get_ladder_ids |
Profile Ladder Summary | get_ladder_summary |
Last Played Match | get_last_played |
League and Tier Counts | get_league_counts |
League Data | get_league_data |
Legacy API - Available Achievements | get_legacy_achievements |
Legacy API - Ladder Details | get_legacy_ladder |
Legacy API - Profile Ladder Summary | get_legacy_ladders |
Legacy API - Profile Match History | get_legacy_match_history |
Legacy API - Profile Data | get_legacy_profile |
Legacy API - Available Rewards | get_legacy_rewards |
Profile Metadata | get_metadata |
Account Metadata | get_player |
Profile Data | get_profile |
Current Season Information | get_season |
Season Data | get_season_data |
Static Profile Data | get_static |
'SC2API' package | SC2API |