Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): Improvements to how API requests are made #432

Merged
merged 55 commits into from
Mar 2, 2022

Conversation

AndyTWF
Copy link
Contributor

@AndyTWF AndyTWF commented Feb 12, 2022

  • Adds a generic way of making API requests that doesn't require us to constantly extend ApiInterface, as this is quite cumbersome.
  • Refactors settings to be a bit more generic.
  • Adds an ApiTestCase to allow for better testing of these new API requests.

AndyTWF and others added 30 commits January 29, 2022 10:30
… out of range (VATSIM-UK#430)

* fix(initialaltitude): Dont allow initial altitude recycle on aircraft out of range

* More changes
…ut of range (VATSIM-UK#431)

* fix(initialheading): Dont allow initial heading recycle on aircraft out of range

Fix VATSIM-UK#429

* Format
## [4.2.1](VATSIM-UK/uk-controller-plugin@4.2.0...4.2.1) (2022-02-12)

### Bug Fixes

* **initialaltitude:** Dont allow initial altitude recycle on aircraft out of range ([VATSIM-UK#430](VATSIM-UK#430)) ([cd3fd0e](VATSIM-UK@cd3fd0e))
* **initialheading:** Dont allow initial heading recycle on aircraft out of range ([VATSIM-UK#431](VATSIM-UK#431)) ([e4fd211](VATSIM-UK@e4fd211)), closes [VATSIM-UK#429](VATSIM-UK#429)
@AndyTWF AndyTWF marked this pull request as ready for review February 19, 2022 09:32
@AndyTWF AndyTWF requested a review from AxonC February 19, 2022 10:28
@AndyTWF AndyTWF merged commit 0b4527f into VATSIM-UK:alpha Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants