Sha256: 2ba932c846327ccdadd5449c5a17cd6a1ceb39aa49897ae288ba54fcbc8015c8

Contents?: true

Size: 1.09 KB

Versions: 14

Compression:

Stored size: 1.09 KB

Contents

{
  "total_entries": 2,
  "_links": {
    "self": {
      "href": "/api/v2/topics/1/translations?page=1&per_page=50",
      "class": "page"
    },
    "first": {
      "href": "/api/v2/topics/1/translations?page=1&per_page=50",
      "class": "page"
    },
    "last": {
      "href": "/api/v2/topics/1/translations?page=1&per_page=50",
      "class": "page"
    },
    "next": null,
    "previous": null
  },
  "_embedded": {
    "entries": [
      {
        "name": "Customer Support",
        "locale": "en_us",
        "created_at": "2013-11-12T22:59:20Z",
        "updated_at": "2013-11-17T22:59:20Z",
        "_links": {
          "self": {
            "href": "/api/v2/topics/1/translations/en_us",
            "class": "topic_translation"
          }
        }
      },
      {
        "name": "Japanese Translation",
        "locale": "ja",
        "created_at": "2013-11-22T22:58:24Z",
        "updated_at": "2013-11-22T22:58:24Z",
        "_links": {
          "self": {
            "href": "/api/v2/topics/1/translations/ja",
            "class": "topic_translation"
          }
        }
      }
    ]
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

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