Hey there!
Is there a tool out there that would be able to create automated API documentation based on your code? FYI: Im not a developer at allllll. Lol. Im trying to create API documentation and the existing one we have is a bit lacking and we have to spend a lot of resources to get this up to date. so I am curious if there's a tool that would be able to automatically create API docs.
TIA.
If you mean REST APIs, a popular specification in the industry is Swagger (or OpenAPI) with tools like Swagger UI to generate documentation from the spec. You can also generate code (clients that consume your API in various languages).
Thanks! Ill check them out and yeah Rest API is what I was referring to. :-)