-
-
Notifications
You must be signed in to change notification settings - Fork 999
Closed
Labels
api changePRs that contain breaking public API changesPRs that contain breaking public API changesgood first issueGood for newcomersGood for newcomersrefactorIssues and PRs related to code refactoringIssues and PRs related to code refactoring
Description
We don't really need to expose Origin publically. For the sake of keeping the public API space slim we should...
- Drop the
url.originproperty. - Drop
Originfrom the top-level export. - Move
Originintoutils.py. - Use
origin = Origin(url)in our internal usage, rather thanurl.origin.
Minor breaking change here, although I'm not sure we document origin anywhere or not.
florimondmanca
Metadata
Metadata
Assignees
Labels
api changePRs that contain breaking public API changesPRs that contain breaking public API changesgood first issueGood for newcomersGood for newcomersrefactorIssues and PRs related to code refactoringIssues and PRs related to code refactoring