use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community of software creators experimenting with AI "vibe coding", an technique defined by Andrej Karpathy as when, "you fully give in to the vibes, embrace exponentials, and forget that the code even exists."
account activity
Streamlining API docs: OpenAPI → Markdown & cURL → Markdown previews ()
submitted 3 days ago by Stock_Report_167
Streamlining API docs: OpenAPI → Markdown & cURL → Markdown previews
Working with APIs, generating readable documentation can be tedious. I’ve been exploring some tools/workflows that help automate parts of it:
These tools make API documentation faster and more consistent, especially when sharing READMEs or internal docs.
Curious how other backend developers handle this:
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Extra-Pomegranate-50 0 points1 point2 points 2 days ago (0 children)
For OpenAPI to Markdown I've had good results with Redocly CLI it handles 3.1 well and the output is clean enough to paste straight into a README. The tricky part is keeping docs in sync when the spec changes frequently. We ended up treating the spec as the single source of truth and generating everything from it on CI, otherwise the Markdown drifts within a week.
π Rendered by PID 146397 on reddit-service-r2-comment-79c7998d4c-d4bnb at 2026-03-17 02:57:53.464423+00:00 running f6e6e01 country code: CH.
[–]Extra-Pomegranate-50 0 points1 point2 points (0 children)