SteveHanna / Namecheap-dot-net

A .NET wrapper for the Namecheap API
MIT License
17 stars 13 forks source link

Update for GetList Method #19

Open LukasCRMarketing opened 5 years ago

LukasCRMarketing commented 5 years ago

Two overloaded GetList methods, with test methods for them.

1) GetList(int page = 1, int pageSize = 20, string listType = "ALL") 2) GetList(string listType, string searchTerm, int page, int pageSize, string sortBy)