Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Cannot import EtsyOAuthClient #11

@reteps

Description

@reteps
$ python3 -m pip install etsy2
$ python3
>>> import etsy2
>>> import inspect
>>> inspect.getmembers(etsy2)
[('Etsy', <class 'etsy2._v2.EtsyV2'>), ('EtsyEnvProduction', <class 'etsy2.etsy_env.EtsyEnvProduction'>), 
('__author__', 'Sean Scheetz'),
...

Where is EtsyOAuthClient? Only Etsy and EtsyEnvProduction are exposed?

from ._v2 import EtsyV2 as Etsy

from .etsy_env import EtsyEnvProduction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions