speedster-kiev / namecheap-php-sdk

Namecheap API based on api provided by brandonlamb@gmail.com
Apache License 2.0
15 stars 16 forks source link

Add Renew and GetPricing methods #1

Closed aaronhuisinga closed 10 years ago

aaronhuisinga commented 10 years ago

Add a few more official Namecheap supported methods to the API. I noticed your version of the API was missing a few commands I planned on using, so I added them. I followed your formatting, and also added examples to the correct directory.

speedster-kiev commented 10 years ago

Could you please fix those notes and then I'll merge pull request. Thank you and sorry for delay, somehow your message skiped my attention

aaronhuisinga commented 10 years ago

Requested changes have been made, and my tests have all passed.

One recommendation after the merge - for those of us using the library via Composer, it would be great if you would tag a release so I don't have to depend on dev-master for a production project.

speedster-kiev commented 10 years ago

Merged pull request. Also created tag. Thank you for contribution!