You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
`swaggerize-express` is a "spec first" approach to building RESTful services with a [Swagger spec](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
8
+
`swaggerize-express` is a "design first" approach to building RESTful services with a [Swagger spec](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
9
9
and Express.
10
10
11
11
`swaggerize-express` provides the following features:
@@ -22,7 +22,7 @@ There are already a number of modules that help build REST services with express
22
22
these modules tend to focus on building the documentation or specification as a side effect of writing
23
23
the application business logic.
24
24
25
-
`swaggerize-express` begins with the service definition first. This facilitates writing services that
25
+
`swaggerize-express` begins with the service definition. This facilitates writing services that
0 commit comments