Sha256: 578403a86e67624af1caa64733dba067b2a5753f13b952ca9c5d75d52147ead1
Contents?: true
Size: 626 Bytes
Versions: 3
Compression:
Stored size: 626 Bytes
Contents
# GET posts Rspec description: Posts GET /posts renders posts with filter [spec/requests/posts_spec.rb:12](/spec/requests/posts_spec.rb#L12) # Parameters ```json { "published": "true" } ``` # Response ``` HTTP CODE = 200 ``` ```json [ { "id": 298486374, "title": "MyString", "body": "MyText", "user_id": null, "created_at": "2015-11-19T01:11:08.000Z", "updated_at": "2015-11-19T01:11:08.000Z" }, { "id": 980190962, "title": "MyString", "body": "MyText", "user_id": null, "created_at": "2015-11-19T01:11:08.000Z", "updated_at": "2015-11-19T01:11:08.000Z" } ] ```
Version data entries
3 entries across 3 versions & 1 rubygems