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

make endpoints instantiable #9

Open
LastExceed opened this issue May 31, 2021 · 1 comment
Open

make endpoints instantiable #9

LastExceed opened this issue May 31, 2021 · 1 comment
Labels
code quality Improve future proofness enhancement New feature or request

Comments

@LastExceed
Copy link
Owner

using nested objects implies multiple problems:

  • controlling multiple user accounts requires constant login/logout
  • they can't be accessed from instance references making code abstraction difficult
  • all endpoints need to be declared in the same file, making WarframeMarket.kt very big
@LastExceed LastExceed added enhancement New feature or request code quality Improve future proofness labels May 31, 2021
@LastExceed
Copy link
Owner Author

unless code generation is used, the endpoint name will have to be duplicated (1: endpoint class name; 2: variable storing the instance)

also need to figure out a good fodler structure for the source files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improve future proofness enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant