Skip to content

reproviding the remote service history #383

Answered by rikroe
demel42 asked this question in Feature request
Discussion options

You must be logged in to vote

Hi demel,

thats actually on my todo list, however I am not fully certain how I want to implement it (i.e. if & where to store it on a vehicle object).
I'm currently not quite happy how some attributes are accessed from the vehicle, some from vehicle status (or directly from the vehicle), etc., so I am thinking about taking a step back and fully-designing the library.

The URL called is basically /eadrax-vrccs/v2/presentation/remote-history/{vin}. How are you accessing the library?
Via CLI or from Python?

With the latter, you could implement a workaround like blow (not tested ;) ):

for vehicle in account.vehicles:
  account.send_request(
    BASE_URL + "/eadrax-vrccs/v2/presentation/remote-…

Replies: 5 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by demel42
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@demel42
Comment options

Comment options

You must be logged in to vote
5 replies
@demel42
Comment options

@rikroe
Comment options

@demel42
Comment options

@rikroe
Comment options

@rikroe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants