Generete openapi document
-
Woocommerce provides a REST API, and has a few client libraries. No Java and/or Scala library is available. I found a Java Wrapper but it seems a bit outdated and doesn’t include schema information, the library works with Map class.
Since the documentation is generated, as here: https://woocommerce.github.io/code-reference/packages/WooCommerce-Classes.html would it be possible to generate an openapi document as well? Using an openapi specication it would be pretty easy then to generate clients for other programming languages.
I was trying to work on it myself, building woocommerce on my local machine. But so far I couldn’t find where and how documentation is generated. Have other people attempted the same? Where is the documentation auto-generated, and would generating something like openapi be easy to add?
The topic ‘Generete openapi document’ is closed to new replies.