Sha256: 426f507da07ee43f0a443aadf96123066e479f19373ca5bb4f44b070235d489d

Contents?: true

Size: 1.21 KB

Versions: 75

Compression:

Stored size: 1.21 KB

Contents

{
  "users": [
    {
      "id": 1,
      "username": "test_user",
      "avatar_template": "//www.gravatar.com/avatar/test.png?s={size}&r=pg&d=identicon"
    }
  ],
  "topic_list": {
    "can_create_topic": true,
    "draft": null,
    "draft_key": "new_topic",
    "draft_sequence": 0,
    "topics": [
      {
        "id": 1,
        "title": "Test topic #1",
        "fancy_title": "Test topic #1",
        "slug": "test-topic-1",
        "posts_count": 1,
        "reply_count": 0,
        "highest_post_number": 1,
        "image_url": null,
        "created_at": "2013-07-22T19:27:14.818-04:00",
        "last_posted_at": "2013-07-22T19:41:49.768-04:00",
        "bumped": true,
        "bumped_at": "2013-07-22T19:41:49.768-04:00",
        "unseen": false,
        "pinned": false,
        "visible": true,
        "closed": false,
        "archived": false,
        "views": 68,
        "like_count": 0,
        "has_best_of": false,
        "archetype": "regular",
        "last_poster_username": "test_user",
        "category_id": 1,
        "posters": [
          {
            "extras": null,
            "description": "Original Poster, Most Recent Poster",
            "user_id": 1
          }
        ]
      }
    ]
  }
}

Version data entries

75 entries across 75 versions & 1 rubygems

Version Path
discourse_api-0.20.0 spec/fixtures/topics_created_by.json
discourse_api-0.19.0 spec/fixtures/topics_created_by.json
discourse_api-0.18.0 spec/fixtures/topics_created_by.json
discourse_api-0.17.0 spec/fixtures/topics_created_by.json
discourse_api-0.16.1 spec/fixtures/topics_created_by.json
discourse_api-0.16.0 spec/fixtures/topics_created_by.json
discourse_api-0.15.0 spec/fixtures/topics_created_by.json
discourse_api-0.14.1 spec/fixtures/topics_created_by.json
discourse_api-0.14.0 spec/fixtures/topics_created_by.json
discourse_api-0.13.0 spec/fixtures/topics_created_by.json
discourse_api-0.12.0 spec/fixtures/topics_created_by.json
discourse_api-0.10.1 spec/fixtures/topics_created_by.json
discourse_api-0.10.0 spec/fixtures/topics_created_by.json
discourse_api-0.9.1 spec/fixtures/topics_created_by.json
discourse_api-0.9.0 spec/fixtures/topics_created_by.json
discourse_api-0.8.1 spec/fixtures/topics_created_by.json
discourse_api-0.8.0 spec/fixtures/topics_created_by.json
discourse_api-0.7.0 spec/fixtures/topics_created_by.json
discourse_api-0.6.2 spec/fixtures/topics_created_by.json
discourse_api-0.6.1 spec/fixtures/topics_created_by.json