eclipse-thingweb / playground

Browser or Node.js based tool for validating and playing with W3C Thing Descriptions
https://playground.thingweb.io/
Other
28 stars 22 forks source link

Fixing usage of OpenAPI capitilazation #493

Closed egekorkan closed 10 months ago

egekorkan commented 11 months ago

In some places, the open api conversion package is written as td_to_openapi, and in some places td_to_openAPI. They should be all lowercase.

egekorkan commented 10 months ago

So it is a bit more annoying than that. The new web package uses folder names whereas the other ones use npm package names. One PR will fix the new web package but ideally the usage should be aligned as a whole.