MnHung
MnHung
You can't. You can only [download](https://ngrok.com/download), unzip, and make an alias. Currently on apt repository the ngrok-client is version 1.6
Hi~ thank for your reply. I am not so sure if I got your point. Actually I am using your [express-es6-rest-api](https://github.com/developit/express-es6-rest-api). Take [facets.js](https://github.com/developit/express-es6-rest-api/blob/master/src/api/facets.js ) as example. Do you mean I...
Yeah... I think the mapping is the most simple way to register the routes, since a verb can represent two meanings: HTTP verb and HTTP path. _resource-router-middleware_ is useful for...
I have the same question. Some facts: - Swagger release OpenAPI 3.0 https://swagger.io/blog/news/announcing-openapi-3-0/ a year ago ( July 26, 2017 ) - Swagger Editor is now at version 3.6.8, supports...