indradhanush / dnsimple2-python

Python client for the DNSimple v2 API
MIT License
2 stars 5 forks source link

Implement client for Certificates API #10

Open indradhanush opened 6 years ago

indradhanush commented 6 years ago

Doc: https://developer.dnsimple.com/v2/certificates/

tizz98 commented 6 years ago

@indradhanush I'd like to give this issue a try

indradhanush commented 6 years ago

@tizz98 Awesome!

Here's what I recommend:

  1. Implement one of the available actions on the API (It's always a good idea to implement the GET request first). The List certificates action seems to be the simplest.
  2. Send the PR. That way we can have early feedback and see if the work is in the right direction.
tizz98 commented 6 years ago

@indradhanush implemented the list endpoint for certificates in #14 if you have any feedback