Skip to content

Instantly share code, notes, and snippets.

View mykhailo-riabokon's full-sized avatar

Mykhailo Riabokon mykhailo-riabokon

View GitHub Profile
@mykhailo-riabokon
mykhailo-riabokon / welldone_api_v3.apib
Last active January 12, 2019 15:32
WellDone API V3 (via API Blueprint)
FORMAT: 1A
HOST: http://polls.apiblueprint.org/
# welldone-api
API for WellDone web-app which is used as example in blog post
# Data Structures
## Post Base (object)
@mykhailo-riabokon
mykhailo-riabokon / welldone_api_v2.md
Last active January 9, 2019 20:21
WellDone API V2

Posts

GET /posts - get all posts

Response body

  [
    {
      "id": "1",
 "title": "My awesome post"
@mykhailo-riabokon
mykhailo-riabokon / welldone_api_v1.md
Last active January 9, 2019 20:13
WellDone API V1

Posts

GET /posts - get all posts

Response body

  [
    {
      "id": "1",
 "title": "My awesome post"