snyk-labs / pysnyk

A Python client for the Snyk API.
https://snyk.docs.apiary.io/
MIT License
88 stars 117 forks source link

Removes the warning for excessive "/" #139

Closed mrzarquon closed 2 years ago

mrzarquon commented 2 years ago

Our next/last pagination data includes fields such as "/orgs" so we make ecessive warnings when really the primary user of this cleanup function is our own code, in the get_rest_pages function.