Sha256: 4b12b8af0381881e39e45a36a22bc24e6bff1ac71ca2539dfb1b0f961fe081cc

Contents?: true

Size: 1.73 KB

Versions: 14

Compression:

Stored size: 1.73 KB

Contents

{
  "total_entries": 2,
  "_links": {
    "self": {
      "href": "/api/v2/topics?page=1&per_page=30",
      "class": "page"
    },
    "first": {
      "href": "/api/v2/topics?page=1&per_page=30",
      "class": "page"
    },
    "last": {
      "href": "/api/v2/topics?page=1&per_page=30",
      "class": "page"
    },
    "next": null,
    "previous": null
  },
  "_embedded": {
    "entries": [
      {
        "name": "Customer Support",
        "description": "This is key to going from good to great",
        "position": 1,
        "allow_questions": true,
        "in_support_center": true,
        "created_at": "2013-11-12T22:59:20Z",
        "updated_at": "2013-11-17T22:59:20Z",
        "_links": {
          "self": {
            "href": "/api/v2/topics/1",
            "class": "topic"
          },
          "articles": {
            "href": "/api/v2/topics/1/articles",
            "class": "article"
          },
          "translations": {
            "href": "/api/v2/topics/1/translations",
            "class": "topic_translation"
          }
        }
      },
      {
        "name": "Another Topic",
        "description": "Not the first one, but another one!",
        "position": 2,
        "allow_questions": true,
        "in_support_center": true,
        "created_at": "2013-11-12T22:59:20Z",
        "updated_at": "2013-11-17T22:59:20Z",
        "_links": {
          "self": {
            "href": "/api/v2/topics/2",
            "class": "topic"
          },
          "articles": {
            "href": "/api/v2/topics/1/articles",
            "class": "article"
          },
          "translations": {
            "href": "/api/v2/topics/1/translations",
            "class": "topic_translation"
          }
        }
      }
    ]
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
desk-1.2.0 spec/fixtures/topics
desk-1.1.1 spec/fixtures/topics
desk-1.1.0 spec/fixtures/topics
desk-1.0.10 spec/fixtures/topics
desk-1.0.9 spec/fixtures/topics
desk-1.0.8 spec/fixtures/topics
desk-1.0.7 spec/fixtures/topics
desk-1.0.6 spec/fixtures/topics
desk-1.0.5 spec/fixtures/topics
desk-1.0.4 spec/fixtures/topics
desk-1.0.3 spec/fixtures/topics
desk-1.0.2 spec/fixtures/topics
desk-1.0.1 spec/fixtures/topics
desk-1.0.0 spec/fixtures/topics