-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Breaking changes: - SumoClient .get() and .delete() no longer decodes the response; instead, the response object is returned. - Instead of keyword parameters, SumoClient .get() takes the parameter 'params', which is a dict. - The parameter 'params' is also added to a few other methods. In particular, it is now possible to pass a '$pit' parameter to the DELETE handler for 'pit'. * (reformatted with black. --------- Co-authored-by: Raymond Wiker <[email protected]>
- Loading branch information
Showing
2 changed files
with
48 additions
and
60 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