-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SmartcarVehicleRequest improvements (#136)
* feat(SmartcarVehicleRequest): add support for double body params * feat(SmartcarVehicleRequest): add support for query params * feat(SmartcarVehicleRequest): add support for object body params * fix: comment out connections tests for now The connections endpoints were updated to only work for live mode vehicles. This will change in the coming weeks, but want to unblock fixes for now. * feat(SmartcarVehicleRequest): add all primitive number types
- Loading branch information
1 parent
142ae88
commit ca190bc
Showing
5 changed files
with
75 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
libGroup=com.smartcar.sdk | ||
libName=java-sdk | ||
libVersion=3.9.0 | ||
libVersion=3.10.0 | ||
libDescription=Smartcar Java SDK |
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
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