Sha256: bc363a99e11c3f5a1b101b00ee879f56260c89a922f4ed2398a6b62ff936a710
Contents?: true
Size: 275 Bytes
Versions: 12
Compression:
Stored size: 275 Bytes
Contents
## GET /entries Returns entries. ### Example ``` GET /entries HTTP/1.1 Accept: application/json Content-Length: 0 Host: example.org ``` ``` HTTP/1.1 200 Content-Length: 45 Content-Type: application/json [ { "title": "Test Title", "body": "Lorem Ipsum" } ] ```
Version data entries
12 entries across 12 versions & 1 rubygems