noi-techpark / it.bz.opendatahub.databrowser

Explore and navigate through Open Data you need to build your next service.
https://databrowser.opendatahub.com
GNU Affero General Public License v3.0
8 stars 7 forks source link

There are two Metadata APIs #290

Closed gappc closed 1 year ago

gappc commented 1 year ago

At the moment, there seem to be two different Metadata API endpoints, for the TEST environment, those are:

@RudiThoeni: which one is the one to use? I suspect it is Metadata as mentioned in https://github.com/noi-techpark/it.bz.opendatahub.databrowser/issues/184#issuecomment-1326484332. If that is correct, could you remove the other endpoint to avoid misunderstandings?

Update 2023-02-06: the correct path is /v1/MetaData (see comments below)

RudiThoeni commented 1 year ago

you are right there was some mixed routes (however the .net core framework routes are not case sensitive), i fixed, let's use https://api.tourism.testingmachine.eu/v1/MetaData

I inserted everywhere this routes,

gappc commented 1 year ago

Ok, I'll update #184 accordingly