Skip to content

Commit db1d28e

Browse files
committed
updating discord and dashboard links
1 parent 061fe62 commit db1d28e

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
99
### Added
1010
- Official API support (all endpoints implemented, all methods documented)
1111
- `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)
1313
### Changed (BREAKING)
1414
- The unofficial API's client will now be accessed as `brawlstats.BrawlAPI` (from `brawlstats.Client`)
1515
- 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.
6666
- Rosa to the brawler list
6767
- `prevent_ratelimit` option when initializing a client to wait when chaining requests
6868
### 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)
7070
- Ratelimit updated to API's 3 requests per second
7171

7272
## [2.3.5] - 4/15/19
@@ -103,7 +103,7 @@ All notable changes to this project will be documented in this file.
103103

104104
## [2.2.8] - 3/4/19
105105
### 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)
107107
### Fixed
108108
- Fixed the club search request URL
109109
- Fixed sync `search_club`
@@ -235,7 +235,7 @@ BREAKING CHANGES: Brawl Stars dev team changed "Band" to "Club". This update fix
235235

236236
## [2.0.0] - 11/19/18
237237
### 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
239239

240240
## [1.5.0] - 2/18/18
241241
### Added

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@ Special thanks to this project's contributors ❤️
8282
If you want to contribute, whether it be a bug fix or new feature, make sure to follow the `contributing guidelines`_.
8383

8484
.. _create an issue: https://github.com/SharpBit/brawlstats/issues
85-
.. _discord server: https://discord.me/BrawlAPI
85+
.. _discord server: https://discord.gg/vbbHXNf
8686
.. _Read the Docs: https://brawlstats.rtfd.io/
8787
.. _examples folder: https://github.com/SharpBit/brawlstats/tree/master/examples
8888
.. _discord.py: https://github.com/rapptz/discord.py
8989
.. _contributing guidelines: https://github.com/SharpBit/brawlstats/blob/master/CONTRIBUTING.md
90-
.. _dashboard: https://starlist.pro/dashboard
90+
.. _dashboard: https://api.starlist.pro/dashboard
9191

9292
.. _4JR: https://github.com/fourjr
9393
.. _OrangutanGaming: https://github.com/OrangutanGaming

brawlstats/brawlapi/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Client:
2424
Parameters
2525
------------
2626
token: str
27-
The API Key that you can get from https://starlist.pro/dashboard
27+
The API Key that you can get from https://api.starlist.pro/dashboard
2828
session: Optional[Session] = None
2929
Use a current session or a make new one. Can be ``aiohttp.ClientSession()`` or ``requests.Session()``
3030
timeout: Optional[int] = 30

0 commit comments

Comments
 (0)