Skip to content

Instantly share code, notes, and snippets.

@xiezefan
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiezefan/18cf27001f3e8ef40e20 to your computer and use it in GitHub Desktop.
Save xiezefan/18cf27001f3e8ef40e20 to your computer and use it in GitHub Desktop.

Dingdong Client API Design

标签(空格分隔): Dingdong


User

GET /user/followed 关注列表

  • 传入参数:无
  • 传出参数:JSON
  • 返回示例:
[
  {
    "id": "1b267acf-4a26-4955-b5ee-b300dc027eb3",
    "client_name": "青帝更新",
    "client_description": "青帝更新,将叮咚你",
    "service_name": "创世网小说更新TEST",
    "service_id": "3915",
    "service_description": "所关注的小说更新,将叮咚你",
    "service_type": "SUBSCRIBE",
    "has_ding": false,
    "has_lbs": false,
    "tag": "4s24eh50gqxg3s3x46yi1b54",
    "client_fields": {
      "book_name": "青帝"
    },
    "category": {
      "id": "1",
      "name": "Test"
    },
    "owner": {
      "id": "2210fc45-48c4-4e57-a048-1c887f403646",
      "name": "xiezefan",
      "avatar": "http://www.jpush.cn/iconm.jpg"
    }
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment