This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. First it will try dispatching to an action with the generated name, and failing that it will try to dispatch to a regular method.
This library makes it possible to restrict the HTTP servers that can be used by the http-client
and http-client-tls
libraries. This is useful when a security policy needs to, e.g., prevent connections to HTTP servers on localhost or only allow connections to a specific server.
This package provides a linter for the reStructuredText format.
This package lets you extract Swagger API documentation specs from your Flask-Restful projects.
The Django REST framework is for building Web APIs with Django. It provides features like a Web-browsable API and authentication policies.
This package provides go-restful
, which helps developers to use http
methods explicitly and in a way that's consistent with the HTTP protocol definition.