SteveRedka
SteveRedka
## What's going on? 1. Create page with pagepart 2. Go to page editing page in refinery admin 3. Click "edit source code button" 4. Write something 5. Submit form...
Fixes #14
Currently if you try to use multiple clients in same entity, entity will define methods only from the latest client. As in: ```ruby class StubClient < ApiStruct::Client def foo #...
Let's assume we have an entity working with two APIs. For example: ```ruby class File < ApiStruct::Entity client_service CdnClient, only: :show client_service RestClient, only: :index attr_entity :size, :url, :uuid, :source...
Let's assume we have an API that returns a list of entities. But list is paginated; so it has several helpful fields, and entity data itself is stored in separate...
I opened a list of empty docs and it lists to a bunch of non-existing classes and methods ## Expected Behavior These classes and methods shouldn't be there. Other, existing,...
## Description Literal type (or `@ltype`) is this character in the end of prompt: ``` ↓ 2.6.3 :001 > 'closed string' 2.6.3 :002"> %Q[not closed array of words 2.6.3 :003/>...