Sha256: 95a4166424b7a0feabea102c362c7abe03d4eab9ba3f9907a388c24ea4ab8ae8
Contents?: true
Size: 783 Bytes
Versions: 75
Compression:
Stored size: 783 Bytes
Contents
FORMAT: 1A HOST: http://polls.apiblueprint.org/ # Polls Polls is a simple API allowing consumers to view polls and vote in them. # Polls API Root [/] ## Group Question Resources related to questions in the API. ## Question [/questions/{question_id}] + Parameters + question_id: 1 (number, required) - ID of the Question in form of an integer + Attributes + question: `Favourite programming language?` (required) + published_at: `2014-11-11T08:40:51.620Z` - An ISO8601 date when the question was published + choices (array[Choice], required) - An array of Choice objects + url: /questions/1 ### View a Questions Detail [GET] + Response 200 (application/json) + Attributes (Question) ### Delete a Question [DELETE] + Relation: delete + Response 204
Version data entries
75 entries across 73 versions & 8 rubygems