flowroute / flowroute-net-sdk

MIT License
2 stars 1 forks source link

PhoneNumbers.ListAvailableNPAsAsync Missing Page Parameter #1

Open siteserver-markm opened 7 years ago

siteserver-markm commented 7 years ago

Current API does not support Page parameter and as such, all NPA's can't be retrieved.

https://developer.flowroute.com/v1.0/docs/retrieve-available-npas

FlowRoute: I would guess customers would want to retrieve all NPA's (as we do) - I can't think of a good UI case to paginate through NPA's but rather fill a dropdown similar to your "Purchase DID" page. Please consider raising the 200 limit to a number that would cover all NPA's - it'll save you some API calls ;)

1kevgriff commented 7 years ago

Will need to add page parameter to https://github.com/flowroute/flowroute-net-sdk/blob/master/Flowroute/src/Flowroute/PhoneNumbers/PhoneNumbersClient.cs#L123

Thanks @siteserver-markm!