ga4gh / ga4gh-server

Reference implementation of the APIs defined in ga4gh-schemas. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
96 stars 93 forks source link

Switch URL validation to a module #1594

Open david4096 opened 7 years ago

david4096 commented 7 years ago

Some combination of urlparse and https://pypi.python.org/pypi/rfc3987 provide the validation of URLs. In the peer service it is currently a function offered to the datamodel. This would be a valuable function throughout the API, thanks @dcolligan