-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: add return value ShipStation class' 'post' method * feat: add timeout api to get and post methods * feat: add put method * feat: add constants file with API references * feat: switch to pytest, add coverage * feat: add require_type and require_attribute methods to base class as validation helpers * wip: move data models to separate file Co-authored-by: Nathan Cox <tsuujin@gmail.com>
- Loading branch information
1 parent
750ed0b
commit e2f0235
Showing
7 changed files
with
504 additions
and
375 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
dist | ||
shipstation.egg-info | ||
.tox | ||
.coverage | ||
/.coverage | ||
.idea | ||
build/lib/* | ||
Pipfile | ||
Pipfile.lock | ||
/Pipfile | ||
/Pipfile.lock |
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
Oops, something went wrong.