graphsense / graphsense-openapi

GraphSense Open API specification
MIT License
2 stars 1 forks source link

Split OpenAPI spec into several files #4

Closed behas closed 2 years ago

behas commented 3 years ago

Smaller files make the API easier to read / understand.

https://davidgarcia.dev/posts/how-to-split-open-api-spec-into-multiple-files/

myrho commented 3 years ago

I agree. In the beginning the spec was split, but then it turned out that having the spec in one file is easier to process by various generators.