Module: Lutaml::Hal
- Defined in:
- lib/lutaml/hal.rb,
lib/lutaml/hal/link.rb,
lib/lutaml/hal/page.rb,
lib/lutaml/hal/client.rb,
lib/lutaml/hal/errors.rb,
lib/lutaml/hal/version.rb,
lib/lutaml/hal/link_set.rb,
lib/lutaml/hal/resource.rb,
lib/lutaml/hal/model_register.rb,
lib/lutaml/hal/global_register.rb
Overview
HAL implementation for Lutaml
Defined Under Namespace
Classes: BadRequestError, Client, Error, GlobalRegister, Link, LinkResolutionError, LinkSet, ModelRegister, NotFoundError, Page, ParsingError, Resource, ServerError, UnauthorizedError
Constant Summary collapse
- REGISTER_ID_ATTR_NAME =
'_global_register_id'- VERSION =
'0.1.5'
Class Method Summary collapse
Class Method Details
.debug_log(message) ⇒ Object
10 11 12 |
# File 'lib/lutaml/hal.rb', line 10 def self.debug_log() puts "[Lutaml::Hal] DEBUG: #{}" if ENV['DEBUG_API'] end |