benkonrath / transip-api

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

Implemented the VpsService portion of the api. #17

Closed mwgielen closed 7 years ago

mwgielen commented 7 years ago

Hi,

I've implemented the VpsServer part of the TransIP api. All of this is based upon your implementation. I've tried most of the functions and so far only the orderVPS function does not work.

benkonrath commented 7 years ago

Thanks for the PR. It would be great if you could clean up your patch with the following changes:

benkonrath commented 7 years ago

Thanks for quickly working on this. You can add this line to the top of transip/service/vps.py to fix the last pylint error:

# pylint: disable=too-many-public-methods
benkonrath commented 7 years ago

I've changed from using develop to using master as the default branch. You'll need to change the target branch of the pull request. Thanks.

benkonrath commented 7 years ago

Thanks!