Sha256: f6f3c86fed18e3d62b6b5a36fdfd34b9a8a343740660002eac20dadad7f2affd

Contents?: true

Size: 1.59 KB

Versions: 8

Compression:

Stored size: 1.59 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<service xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.w3.org/2007/app">
  <workspace>
    <atom:title>Workspace Title</atom:title>
    <collection href="http://localhost:4000/collections/announcements/entries">
      <atom:title>Announcements</atom:title>
      <accept>application/atom+xml;type=entry</accept>
      <categories>

        <category term="treforest" scheme="http://localhost:4000/schemes/locations"/>
        <category term="glyntaff" scheme="http://localhost:4000/schemes/locations"/>
        <category term="atrium" scheme="http://localhost:4000/schemes/locations"/>
        <category term="bus" scheme="http://localhost:4000/schemes/faculties"/>
        <category term="cell" scheme="http://localhost:4000/schemes/faculties"/>
        <category term="hass" scheme="http://localhost:4000/schemes/faculties"/>
        <category term="hesas" scheme="http://localhost:4000/schemes/faculties"/>
        <category term="fat" scheme="http://localhost:4000/schemes/faculties"/>
        <category term="cci" scheme="http://localhost:4000/schemes/faculties"/>

      </categories>
    </collection>
    <collection href="http://localhost:4000/collections/news/entries">
      <atom:title>News</atom:title>
      <accept>application/atom+xml;type=entry</accept>
      <categories>
      </categories>
    </collection>

    <collection href="http://localhost:4000/collections/events/entries">
      <atom:title>Events</atom:title>
      <accept>application/atom+xml;type=entry</accept>
      <categories>
      </categories>
    </collection>
  </workspace>
</service>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
exempla-atomic-0.0.11 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.12 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.3 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.4 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.5 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.6 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.7 spec/fixtures/valid_atom_service.xml
exempla-atomic-0.0.8 spec/fixtures/valid_atom_service.xml