GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
366 stars 170 forks source link

Update getCatalog() function to use base_url #3165

Open janette opened 4 years ago

janette commented 4 years ago

metasatore/src/Service.php is currently using a hard coded http://dkan from schema/collections/catalog, we want it to use the $base_url value instead

kimwdavidson commented 3 years ago

Use base URL scheme

dafeder commented 3 years ago

@janette I actualy don't see where this is happening? No hard-coded http://dkan I can find outside the tests, where we should probably change but they don't seem to be breaking atm. Can you confirm and either add back to the appropriate column of the Triage project or close? Thanks