anderly / dnsimple-csharp

A C# wrapper for the DNSimple REST API
Apache License 2.0
17 stars 10 forks source link

Contacts support added #1

Closed geoffappleford closed 12 years ago

geoffappleford commented 12 years ago

This adds support for Contacts.

I also updated the readme file with Contacts examples.

anderly commented 12 years ago

Thanks for contributing Geoff! I merged your changes and just pushed support for Sharing and VanityNameServer mgmt.

anderly commented 12 years ago

Just updated on NuGet as well: https://nuget.org/packages/DNSimple

geoffappleford commented 12 years ago

Happy to do so. Your project couldn't have come at a better time for me.

anderly commented 12 years ago

Glad to hear it. Curious to hear about the project your using it in. Let me know when you get a chance.

Cheers.

geoffappleford commented 12 years ago

It's just a side project to register .co.za domains (South African and possibly other African domains at some point) which DNSimple doesn't support. I'll be using DNSimple to manage the DNS records for these domains.

It's more of the learning project for now (and I have a personal need) but I'll see where it goes.

I've done mostly Asp.Net Webforms with vb.net so this is a way to learn MVC and C# and some other shiny new things.