cesarParra / apexdocs

Node.js tool to generate documentation for your Salesforce Apex Classes.
https://www.npmjs.com/package/@cparra/apexdocs
MIT License
101 stars 18 forks source link

Open API generation issue - tags not honoring slashes #103

Closed RaviVaranasi closed 6 months ago

RaviVaranasi commented 6 months ago

When generating an open-API specification with a URL with v1/items, the generated tag does not include slashes. It generates v1items. Below is a snippet of the open-API specification file

   "v1/items/": {
      "get": {
        "tags": ["Vitems"],
....
cesarParra commented 6 months ago

I'm taking a look at this

cesarParra commented 6 months ago

Should hopefully be all good in v2.20.0. Please let me know if you run into any issues.