lewismc opened a new pull request, #896: URL: https://github.com/apache/nutch/pull/896
This is a WIP I had on an old laptop and never pushed to my public Nutch mirror. My notes are that the OpenAPI spec didn't comply with the [IBM/openapi-validator](https://github.com/IBM/openapi-validator) which is what I use(d) to lint and validate the OpenAPI specifications I work(ed) on over the years. I didn't have enough time/was side tracked by something or lots of other somethings and ultimately forgot about this branch altogether. I was surprise to find it. I remember using the existing Java annotations and the [Wiki documentation](https://cwiki.apache.org/confluence/display/nutch/NutchRESTAPI) to pull together the documentation. It needs peer reviewed for completeness and updated to OpenAPI 3.1.X however this is a good foundation. You can view the OpenAPI documentation if you copy and paste the content into https://editor.swagger.io/. The goal would be to use the [OpenAPI Generator](https://openapi-generator.tech/docs/generators#server-generators) project to generate a server implementation we could package either with Nutch or separately altogether. I'm open to suggestions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]

