Releases: kolya5544/dotNS
Releases · kolya5544/dotNS
Bugfixes
New update
I moved the code from System.Drawing to SkiaSharp. Enjoy!
Ratelimits + World Assembly API
New features!
Changelog:
- Added Ratelimit feature for API calls at 50 requests per 30 seconds (this.RateLimit)
- Added World Assembly API
- Changed the way internal API calls are done.
- Bugfixes.
Telegram API + Card API
New features!
Changelog:
- Added CardSeason, CardCategory enum
- Added MarketType, Market, Trade, TradingCard classes
- Enhanced GetDump() with ability to get trading card dumps using GetDump(CardSeason)
- Added SendTelegram() so people can use Telegram API to send telegrams (Not tested properly)
- Replaced GetFlag() with Flag property (instead of nation.GetFlag() use nation.Flag)
- Added GetCard() to get information of a card
- Added GetDeck() to get all cards of a nation
- GetDump bugfix over XML parsing "&"
- Minor bugfixes
Feature enhancement release
Added features:
- You can now request nation's flag using GetFlag()
- You can now use Verification API to prove ownership of an account
- You can now set UserAgent for API calls
- Added support for daily region/nation dumps
- Fixed AddressIssue not working properly
- Added census statistics access
- Patriotism and Food quality added
First release
It works. I think.