Sha256: 68967c16cdb1aafad2f38a7091d0d5414823aaa1633fe83c5e27448af252f7b0
Contents?: true
Size: 590 Bytes
Versions: 3
Compression:
Stored size: 590 Bytes
Contents
# GET posts Rspec description: Posts GET /posts renders posts [spec/requests/posts_spec.rb:5](/spec/requests/posts_spec.rb#L5) # Parameters ```json { } ``` # 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
Version | Path |
---|---|
tests_doc-0.0.3 | examples/rails-4.2.5/tests-doc/api/posts.md |
tests_doc-0.0.2 | examples/rails-4.2.5/tests-doc/api/posts.md |
tests_doc-0.0.1 | examples/rails-4.2.5/tests-doc/api/posts.md |