Sprint Goal #1 Feedback about using the OGC API - Connected Systems Parts 1& 2 YAML files #1
Replies: 2 comments 1 reply
-
|
The redoc examples seem complete and working. However, when I tried to download the openAPI yaml file for code generation I ran into some problems.
Overall, It seems there is some disconnect between github and schemas.opengis. I assume the GitHub version is the most up to date and maybe the files should be consolidated into one place and ideally have bundle provided (much easier for quick viewing and for code generation as you only need to add one file not a whole file structure) |
Beta Was this translation helpful? Give feedback.
-
This is a general issue with the repository structure, there are so many relative imports mixed with absolute ones, mixed with local ones, mixed with ones from "bundler" classes that sometimes get optimized out by tools that it gets really complicated. This causes huge troubles as can be seen here: https://github.com/52North/connected-systems-pygeoapi/blob/3a20a04d932aa3e2b00dfcb8bf09093e5bfc89e8/tools/bundler/bundler.js#L64 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
CSAPI Sprint Goal #1 for OGC Code Sprint 26:
Confirm that the OpenAPI bundle definition YAML files for OGC CSAPI Parts 1 & 2 work as intended and can be used to autogenerate useful code without issues
Please post here any and all feedback you have relating to the CSAPI parts 1 & 2 yaml files. Opinions, testimonials, experiences, complaints, concerns, issues, challenges, recommendations and ideas of all kinds are welcome.
Beta Was this translation helpful? Give feedback.
All reactions