buildingSMART / bSDD

The buildingSMART Data Dictionary repository, where we publish the documentation, examples and more. We don't publish here the data, the source code of the bSDD service or the front end of the website.
https://www.buildingsmart.org/users/services/buildingsmart-data-dictionary/
MIT License
129 stars 36 forks source link

bsdd API: URI example not working #87

Closed ollyhensby closed 2 months ago

ollyhensby commented 6 months ago

Describe the bug Example URI in the Class API call does not work:

https://identifier.buildingsmart.org/uri/bs-agri/fruitvegs/1.1/class/apple

image

image

Appears to work with the URI https://identifier.buildingsmart.org/uri/bs-agri/fruitvegs/1.0.0/class/apple so maybe it is an issue with the version?

atomczak commented 2 months ago

Indeed, that was related to the version. We now added missing version and the page should return valid response. Thank you for spotting that.