Do you write Swagger docs for existing APIs? +
Yes. I can document an existing API by reading the codebase, or interview your team to produce accurate Swagger/OpenAPI specifications.
What format do you use — YAML or JSON? +
Both. YAML is more readable for humans; JSON is easier for tools to parse. I typically write in YAML and export both formats.
Can you set up Swagger UI inside a Laravel project? +
Yes. I integrate L5-Swagger or Scribe into Laravel projects so documentation is auto-generated from annotations and always stays up to date.
Do you write Postman collections too? +
Yes. Postman collections with environment variables, example responses, and pre-request auth scripts come standard with my API documentation work.
Can you document a GraphQL API? +
I specialize in REST/OpenAPI, but can document GraphQL schemas using GraphQL introspection and tools like GraphQL Playground or Altair.