Module: Restspec::Endpoints

Defined in:
lib/restspec/endpoints/dsl.rb,
lib/restspec/endpoints/network.rb,
lib/restspec/endpoints/request.rb,
lib/restspec/endpoints/endpoint.rb,
lib/restspec/endpoints/response.rb,
lib/restspec/endpoints/namespace.rb,
lib/restspec/endpoints/has_schemas.rb,
lib/restspec/endpoints/url_builder.rb

Defined Under Namespace

Modules: HasSchemas, Network Classes: DSL, Endpoint, EndpointDSL, Namespace, NamespaceDSL, Request, Response, URLBuilder

Constant Summary collapse

HTTP_METHODS =
[:get, :post, :put, :patch, :delete, :head]