美文网首页
无标题文章

无标题文章

作者: Leoncn | 来源:发表于2016-11-06 21:58 被阅读0次

FORMAT: 1A

HOST: http://polls.apiblueprint.org/

# signIn

Polls is a simple API allowing consumers to view polls and vote in them.

## Questions Collection [/questions]

### List All Questions [GET]

+ Response 200 (application/json)

[

{

"question": "Favourite programming language?",

"published_at": "2015-08-05T08:40:51.620Z",

"choices": [

{

"choice": "Swift",

"votes": 2048

}, {

"choice": "Python",

"votes": 1024

}, {

"choice": "Objective-C",

"votes": 512

}, {

"choice": "Ruby",

"votes": 256

}

]

}

]

### Create a New Question [POST]

You may create your own question using this action. It takes a JSON

object containing a question and a collection of answers in the

form of choices.

+ Request (application/json)

{

"question": "Favourite programming language?",

"choices": [

"Swift",

"Python",

"Objective-C",

"Ruby"

]

}

+ Response 201 (application/json)

+ Headers

Location: /questions/2

+ Body

{

"question": "Favourite programming language?",

"published_at": "2015-08-05T08:40:51.620Z",

"choices": [

{

"choice": "Swift",

"votes": 0

}, {

"choice": "Python",

"votes": 0

}, {

"choice": "Objective-C",

"votes": 0

}, {

"choice": "Ruby",

"votes": 0

}

]

}

相关文章

  • 无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章 无标题文章无标题文章无标题文章无...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • fasfsdfdf

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标...

  • 无标题文章

    无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章无标题文章

  • 无标题文章

    无标题文章 无标题文章 无标题文章无标题文章 无标题文章 无标题文章

网友评论

      本文标题:无标题文章

      本文链接:https://www.haomeiwen.com/subject/csunuttx.html