Generate the SQL function signatures and data types from the OpenAPI
spec. The OpenAPI spec has been split up into fragments, where the fragment documenting each rest endpoint is in a block comment just above the function's impelmentation. A Python script generates the SQL function signature from the OpenAPI docs, and also nginx rewrite rules that allow us to use path parameters.
Loading
Please sign in to comment