Pete Freitag
Pete Freitag
Good suggestion, we'll get that updated.
Here is the correct ticket link for lucee: https://luceeserver.atlassian.net/browse/LDEV-1941 maybe we should add a link to this ticket on the cfpdf doc page.
looks like it has been fixed in recent versions
Why not utilize Swagger / JSON Schema?
In JSON Schema / Swagger / OpenAPI you can define a type and then say the endpoint returns a type. Swagger can actually generate nice HTML docs that you can...
@atuttle that is certainly a downside to json schema, there is no builtin support for it in CFML so you'd have to use a Java Library, or roll your own...
Hey Shawn - yes I think that missing functions report is only looking at ACF functions from a list generated using `getFunctionList()` on CF11... A bunch of Lucee specific functions...
Yes if you wouldn't mind updating it for CF2016 that would be great.
It could be useful... are you thinking something like this: ``` throws: [ { type:"java.file.FileNotFound", description: "Throws file not found if the file path is invalid" } ] ```
Can you provide an example of how `occurs` and `hint` would be used