You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
9
9
### Added
10
10
- Official API support (all endpoints implemented, all methods documented)
11
11
-`Forbidden` error raised when code 403 received
12
-
- New terminology! "BrawlAPI" refers to the [unofficial API](https://api.starlist.pro/v1) while "OfficialAPI" refers to the [official API](https://developer.brawlstars.com)
12
+
- New terminology! "BrawlAPI" refers to the [unofficial API](https://api.brawlapi.cf/v1) while "OfficialAPI" refers to the [official API](https://developer.brawlstars.com)
13
13
### Changed (BREAKING)
14
14
- The unofficial API's client will now be accessed as `brawlstats.BrawlAPI` (from `brawlstats.Client`)
15
15
- The unofficial API's models will now be accessed as `brawlstats.brawlapi.ModelName`
@@ -66,7 +66,7 @@ All notable changes to this project will be documented in this file.
66
66
- Rosa to the brawler list
67
67
-`prevent_ratelimit` option when initializing a client to wait when chaining requests
68
68
### Changed
69
-
- Base URL for requests to [the new API URL](https://api.starlist.pro/v1)
69
+
- Base URL for requests to [the new API URL](https://api.brawlapi.cf/v1)
70
70
- Ratelimit updated to API's 3 requests per second
71
71
72
72
## [2.3.5] - 4/15/19
@@ -103,7 +103,7 @@ All notable changes to this project will be documented in this file.
103
103
104
104
## [2.2.8] - 3/4/19
105
105
### Added
106
-
- Added the text that the API returns when an `UnexpectedError` is raised. If you see this, you should report the error to the [discord server](https://discord.me/BrawlAPI)
106
+
- Added the text that the API returns when an `UnexpectedError` is raised. If you see this, you should report the error to the [discord server](https://discord.gg/vbbHXNf)
107
107
### Fixed
108
108
- Fixed the club search request URL
109
109
- Fixed sync `search_club`
@@ -235,7 +235,7 @@ BREAKING CHANGES: Brawl Stars dev team changed "Band" to "Club". This update fix
235
235
236
236
## [2.0.0] - 11/19/18
237
237
### Added
238
-
- Support for the brand new API at https://api.starlist.pro/v1
238
+
- Support for the brand new API at https://brawlapi.cf/api
0 commit comments