Module: Supplejack
- Extended by:
- Config
- Defined in:
- lib/supplejack/item.rb,
lib/supplejack/user.rb,
lib/supplejack/util.rb,
lib/supplejack/facet.rb,
lib/supplejack/config.rb,
lib/supplejack/engine.rb,
lib/supplejack/record.rb,
lib/supplejack/search.rb,
lib/supplejack_client.rb,
lib/supplejack/request.rb,
lib/supplejack/version.rb,
lib/supplejack/user_set.rb,
lib/supplejack/exceptions.rb,
lib/supplejack/item_relation.rb,
lib/supplejack/log_subscriber.rb,
lib/supplejack/user_set_relation.rb,
lib/supplejack/controllers/helpers.rb,
lib/supplejack/paginated_collection.rb,
lib/supplejack/url_formats/item_hash.rb,
lib/generators/supplejack/install_generator.rb
Overview
The Supplejack Client code is Crown copyright © 2014, New Zealand Government, and is licensed under the GNU General Public License, version 3. See github.com/DigitalNZ/supplejack_client for details.
Supplejack was created by DigitalNZ at the National Library of NZ and the Department of Internal Affairs. digitalnz.org/supplejack
Defined Under Namespace
Modules: Config, Controllers, Generators, Record, Request, UrlFormats, Util Classes: Engine, Facet, Item, ItemRelation, LogSubscriber, MalformedRequest, PaginatedCollection, RecordNotFound, Search, SetNotFound, User, UserSet, UserSetRelation
Constant Summary collapse
- VERSION =
'1.0.4'
Constants included from Config
Config::API_KEY, Config::API_URL, Config::ATTRIBUTE_TAG, Config::CURRENT_USER_METHOD, Config::ENABLE_CACHING, Config::ENABLE_DEBUGGING, Config::FACETS, Config::FACETS_PER_PAGE, Config::FACETS_SORT, Config::FIELDS, Config::LABEL_CLASS, Config::LABEL_TAG, Config::PAGINATION_LIMIT, Config::PER_PAGE, Config::RECORD_KLASS, Config::SEARCH_ATTRIBUTES, Config::SEARCH_KLASS, Config::SINGLE_VALUE_METHODS, Config::SPECIAL_FIELDS, Config::STICKY_FACETS, Config::SUPPLEJACK_FIELDS, Config::TIMEOUT, Config::URL_FORMAT, Config::VALID_OPTIONS_KEYS