benkonrath / transip-api

Python implementation for the TransIP API
https://transip-api.readthedocs.io/en/latest/
MIT License
23 stars 23 forks source link

RW example #10

Closed syphernl closed 6 years ago

syphernl commented 9 years ago

Hi! I'd like to build upon this but it only implements RO calls but I want to make RW calls (e.g. to update the DNS). I have been fiddling around with it but it always throws an invalid signature.

Do you have any examples on how to deal with RW calls?

mhogerheijde commented 9 years ago

Hi @syphernl,

I haven't looked into RW calls myself yet, my goal is to have them implemented, but I didn't have time yet.

roaldnefs commented 6 years ago

An example of a RW call can be found in PR #30.

@benkonrath, this seems like a very old issue that might be closed.

benkonrath commented 6 years ago

Yep, thanks.