Skip to content

Commit

Permalink
Trailing spaces no moar
Browse files Browse the repository at this point in the history
  • Loading branch information
krmaxwell committed Mar 12, 2017
1 parent 805d1c5 commit 3e5b151
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .mdlrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rules "~MD013,~MD023,~MD026,~MD029,~MD033,~MD036"
rules "~MD009,~MD013,~MD023,~MD026,~MD029,~MD033,~MD036"

# MD009 Trailing spaces
# MD013 Line length
# MD023 Headers must start at the beginning of the line (doesn't work for code comments)
# MD026 Trailing punctuation in header (I almost like this rule but need to allow ?s)
Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-03-11-swagger-codegen-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "How I ended up submitting a tiny PR to swagger-codegen"
categories: Programming,Python,OpenSource
---

One of the nicer trends in API development has been the growth of the [OpenAPI specification](https://github.com/OAI/OpenAPI-Specification) (formerly known as [swagger](http://swagger.io/)). This allows API providers to document their interface easily and improve the developer experience (DX) for anyone using it.
One of the nicer trends in API development has been the growth of the [OpenAPI specification](https://github.com/OAI/OpenAPI-Specification) (formerly known as [swagger](http://swagger.io/)). This allows API providers to document their interface easily and improve the developer experience (DX) for anyone using it.

Because the specification comes as a machine-readable file (usually JSON or YAML), tools like [swagger-codegen](https://github.com/swagger-api/swagger-codegen) can process the spec file and automatically generate a set of bindings for that particular API in a given language. That can really help navigating the ins and outs of particularly large or complex APIs, and thus reduce time to deployment.

Expand Down

0 comments on commit 3e5b151

Please sign in to comment.