-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use *args and **kwargs on
add_path
/query
`add_path` now uses `*args` `add_query` now uses both `*args` and `**kwargs` Closes #13 `add_path` now checks individual types inside given list Related to #11 BREAKING CHANGE: Modified parameter names for `add_path` and `add_query`
- Loading branch information
1 parent
ae6c9ac
commit 63072db
Showing
2 changed files
with
30 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters