Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Kamereon Client #45

Merged
merged 7 commits into from
Nov 19, 2020
Merged

Add Kamereon Client #45

merged 7 commits into from
Nov 19, 2020

Conversation

epenet
Copy link
Collaborator

@epenet epenet commented Nov 19, 2020

No description provided.

Copy link
Member

@Quentame Quentame left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments, otherwise LGMT

return cast(
model.KamereonVehicleDataResponse,
await self._request(
schema=schema or model.KamereonVehicleDataResponseSchema,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why having schema or here ?
schema param is actually never set.

return cast(
model.KamereonVehicleDataResponse,
await self._request(
schema=schema or model.KamereonVehicleDataResponseSchema,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why having schema or here ?
schema param is actually never set.

Same here

@epenet
Copy link
Collaborator Author

epenet commented Nov 19, 2020

@Quentame it was planned for future use (when the ResponseData shemas are expanded)
I think it's ok to remove for now, and add again later.

@Quentame
Copy link
Member

Or then 👌

@epenet epenet merged commit 3023084 into develop Nov 19, 2020
@epenet epenet deleted the add-kamereon branch November 19, 2020 20:25
@epenet epenet added the enhancement New feature or request label Nov 19, 2020
epenet added a commit that referenced this pull request Nov 20, 2020
* Add Kamereon client

* Tidy up some descriptions

* Add Kamereon actions

* Fix pre-commit

* Cleanup class

* Cleanup headers

* Remove schema
@epenet epenet changed the title Add Kamereon client Add Kamereon Client Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants