Sha256: 2ca0ecfd8e459e48c01f5dee65fd56250f5e5094a3e66be356b56c9d4e1535a6

Contents?: true

Size: 1.72 KB

Versions: 4

Compression:

Stored size: 1.72 KB

Contents

<GoodreadsResponse>
  <Request>
    <authentication>true</authentication>
      <key><![CDATA[SECRET_KEY]]></key>
      <method><![CDATA[ shelf_list ]]></method>
  </Request>
  <shelves start="1" end="3" total="3">
    <user_shelf>
      <id type="integer">9049904</id>
      <name>read</name>
      <book_count type="integer">0</book_count>
      <exclusive_flag type="boolean">true</exclusive_flag>
      <description nil="true"/>
      <sort nil="true"/>
      <order nil="true"/>
      <per_page type="integer" nil="true"/>
      <display_fields/>
      <featured type="boolean">true</featured>
      <recommend_for type="boolean">true</recommend_for>
      <sticky type="boolean" nil="true"/>
    </user_shelf>
    <user_shelf>
      <id type="integer">3701</id>
      <name>currently-reading</name>
      <book_count type="integer">0</book_count>
      <exclusive_flag type="boolean">true</exclusive_flag>
      <description nil="true"/>
      <sort nil="true"/>
      <order nil="true"/>
      <per_page type="integer" nil="true"/>
      <display_fields/>
      <featured type="boolean">false</featured>
      <recommend_for type="boolean">true</recommend_for>
      <sticky type="boolean" nil="true"/>
      </user_shelf>
    <user_shelf>
      <id type="integer">3700</id>
      <name>to-read</name>
      <book_count type="integer">0</book_count>
      <exclusive_flag type="boolean">true</exclusive_flag>
      <description nil="true"/>
      <sort nil="true"/>
      <order>a</order>
      <per_page type="integer" nil="true"/>
      <display_fields/>
      <featured type="boolean">false</featured>
      <recommend_for type="boolean">true</recommend_for>
      <sticky type="boolean" nil="true"/>
    </user_shelf>
  </shelves>
</GoodreadsResponse>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
goodreads-0.9.0 spec/fixtures/shelf_list.xml
goodreads-0.8.0 spec/fixtures/shelf_list.xml
goodreads-0.7.0 spec/fixtures/shelf_list.xml
goodreads-0.6.2 spec/fixtures/shelf_list.xml