Glenn Jacobs

Results 195 comments of Glenn Jacobs

OpenAPI v3 spec generation would be amazing. Especially if it was generated with ReDoc in mind enabling you to have `x-tagGroups` etc. Just started my project using this package, but...

No problem. If there's no progress in a couple of months time by anyone else, I'll happily have a go.

I'm going to give this a go and try convert to a package. Managed to get the example Gist to run and will start to improve the spec to produce...

Yep, defo be generating a static file via a commmand! 👍🏻 Got lots of good ideas for it.

The one thing I'm still unsure about is where to put additional information such as method descriptions. No obvious place at the mo and I don't think a config is...

> @glennjacobs if your package is limited to PHP 8, I'd say [attributes](https://www.php.net/manual/en/language.attributes.overview.php) might be a good way of doing it. Otherwise, maybe [reflection to get doc blocks](https://www.php.net/manual/en/reflectionfunctionabstract.getdoccomment.php). Yeah, I...

I've made a reasonable start, you can find the repo here https://github.com/neondigital/openapi-spec-generator The generator code needs a LOT of tidying up, but it appears to work and I have a...

Oh yes! It's certainly not "done" yet.

I'll take a look later and see what I can do.

Sorry I never managed to do a PR, unfortunately, I haven't worked on Nova recently.