Warframe.NET
Warframe.NET copied to clipboard
Under rewrite: Collection of Warframe libraries for C# developers.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
`HttpClient` is a weird class. The class is not intended to be instantiated per request. There's more information on the [docs](https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient?redirectedfrom=MSDN&view=netframework-4.8#remarks). As a solution, I propose making `WarframeClient` implement `IDisposable`...
All of these models are returned by the worldstate api at api.warframestat.us, so we'll need to make C# models for every item returned to be used when deserializing from the...
Goals: - [x] Build/compile to verify valid code - [ ] Run tests to validate good reading of the worldstate - [ ] Publish on good master builds
This PR has 3 major changes in it: ## 1. Unify target frameworks Previously, both of the projects targeted different frameworks. WorldState.Data targeted `netstandard1.0` while WorldState targeted `netstandard1.6`. This PR...
Per the title, I wonder if we should just ignore some of the properties returned by the API. They seem to be generated by the data returned from the real...