Year: 2016
Saint Petersburg :)
Good morning Amsterdam!
OpenAPI Specification
OpenAPI Specification v2.0 – formerly known as Swagger RESTful API Documentation Specification.
Swaggerâ„¢ is a project used to describe and document RESTful APIs.
The Swagger specification defines a set of files required to describe such an API. These files can then be used by the Swagger-UI project to display the API and Swagger-Codegen to generate clients in various languages. Additional utilities can also take advantage of the resulting files, such as testing tools.
Explain Shell
Here’s a good resource for all of those who is trying to learn shell and/or figure out complex commands with lots of parameters and pipes – Explain Shell.
You just paste the command and hit the “Explain” button, and the site will decompose the command into parts, providing relevant parts from the manual pages. Â There are a few examples to try it out on too.