Skip to content

Refactor package to remove authentication method for new classes #16

@ecaldwell

Description

@ecaldwell

It's cumbersome to initialize a new Utilities class (requiring username and password) when you've already initialized an Admin class (or vice versa). Rethink how these modules are organized and how authentication should be handled.

Two ideas:

  • allow for passing a token parameter to be used for authenticating the class
  • remove the User class initialization from the Admin and Utilities classes and instead add a token parameter to all functions

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions