indradhanush / dnsimple2-python

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

Implement client for Push API #9

Open indradhanush opened 7 years ago

indradhanush commented 7 years ago

Doc: https://developer.dnsimple.com/v2/domains/pushes/

CollaboratorService is a useful example.

atmishra commented 7 years ago

I wanna try this one.

indradhanush commented 7 years ago

@atmishra That's fantastic!

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)
  2. Send the PR. That way we can have early feedback and see if the work is in the right direction.
atmishra commented 7 years ago

Sure. Will send PR soon.