Isilon / isilon_sdk

Official repository for isilon_sdk. All language bindings are available for download under the 'Releases' tab.
MIT License
50 stars 21 forks source link

Account for dot versioned API endpoints #73

Closed Atomicology closed 5 years ago

Atomicology commented 5 years ago

The mechanism for comparing endpoints was assuming that the API version would always be a single digit with a length of 1. This is no longer a valid assumption when dealing with dot versioned endpoints, such as "3.1" which has a character length of 3. This issue is resolved by splitting on / instead.