Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Fix not exported symbols issue #100

Merged
merged 2 commits into from
Feb 20, 2022
Merged

Fix not exported symbols issue #100

merged 2 commits into from
Feb 20, 2022

Conversation

vrslev
Copy link
Owner

@vrslev vrslev commented Feb 20, 2022

v2.0.0 introducers lots of changes. One of them was getting rid of master IKEA object.

The way symbols were named (for example, each endpoint had class API) and how they was exported (from ikea_api.endpoints.cart import API as Cart) causes issues with autocompletion in IDEs (I use VS Code) and type checking.

This PR resolves the issue [the hard way].

@vrslev vrslev merged commit e66c208 into main Feb 20, 2022
@vrslev vrslev deleted the rename-symbols branch February 20, 2022 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant