Module: ApipieBindings

Defined in:
lib/apipie_bindings/inflector.rb,
lib/apipie_bindings/api.rb,
lib/apipie_bindings/param.rb,
lib/apipie_bindings/route.rb,
lib/apipie_bindings/utils.rb,
lib/apipie_bindings/action.rb,
lib/apipie_bindings/example.rb,
lib/apipie_bindings/version.rb,
lib/apipie_bindings/resource.rb,
lib/apipie_bindings/exceptions.rb,
lib/apipie_bindings/credentials.rb,
lib/apipie_bindings/indifferent_hash.rb,
lib/apipie_bindings/authenticators/base.rb,
lib/apipie_bindings/authenticators/oauth.rb,
lib/apipie_bindings/rest_client_extensions.rb,
lib/apipie_bindings/authenticators/negotiate.rb,
lib/apipie_bindings/authenticators/basic_auth.rb,
lib/apipie_bindings/authenticators/token_auth.rb,
lib/apipie_bindings/authenticators/credentials_legacy.rb,
lib/apipie_bindings/authenticators/basic_auth_external.rb

Overview

Based on ActiveSupport Inflector (github.com/rails/rails.git) Inflection rules taken from davidcelis’s Inflections (github.com/davidcelis/inflections.git)

Defined Under Namespace

Modules: Authenticators, RestClientExtensions, Utils Classes: API, AbstractCredentials, Action, AuthenticatorError, AuthenticatorMissingError, ConfigurationError, DocLoadingError, ErrorData, Example, IndifferentHash, Inflections, Inflector, InvalidArgumentTypesError, MissingArgumentsError, Param, Resource, Route, ValidationError

Class Method Summary collapse

Class Method Details

.versionObject



2
3
4
# File 'lib/apipie_bindings/version.rb', line 2

def self.version
  @version ||= Gem::Version.new '0.6.0'
end