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

refactor(REST): remove double classing #9722

Merged
merged 2 commits into from
Jul 25, 2023
Merged

Commits on Jul 24, 2023

  1. refactor(REST): remove double classing

    BREAKING CHANGE: `REST` and `RequestManager` have been combined, most of the properties, methods, and events from both classes can now be found on `REST`
    BREAKING CHANGE: `REST#raw` has been removed in favor of `REST#queueRequest`
    BREAKING CHANGE: `REST#getAgent` has been removed in favor of `REST#agent`
    ckohen committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    54b39bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b1208b View commit details
    Browse the repository at this point in the history