skaestle
skaestle
situation is unclear at the moment how LHS handles included resources in regards to page-limits. this code (sales-butler) ``` IS::Place .options(auth: { bearer: token }) .includes(contracts: :product) .references(contracts: { auth:...
When traversing data, href should be evaluated if matching an existing service to make maps available that are defined in the specific Service (via endpoints comparison). Scenario: We have ```...
To be able to properly serialize a LHS item easily, lets introduce `.as_json` http://api.rubyonrails.org/classes/ActiveModel/Serializers/JSON.html#method-i-as_json
This will fix Issue #56 and was heavily inspired by #74 and all credit for the specs go to @jasoncodes It outputs the `exception.message` in the case of a `RSpec::Expectations::MultipleExpectationsNotMetError`....