Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: forkcat/http-api-guide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bolasblack/http-api-guide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 29, 2015

  1. change(错误处理): 使用 required 替代 missing_field ,not_exist 替代 missing

    似乎 missing 代表字段对应的资源不存在不是非常合适,理解起来会更偏向于认为缺失某个字段
    所以修改一下 missing 和 missing_field 这两个错误码,让人更容易理解
    bolasblack committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    3f3e1b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2016

  1. "如何"->"如果"

    表述错误
    sadwxqezc committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    3a97852 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bolasblack#4 from sadwxqezc/master

    "如何"->"如果"
    bolasblack committed Apr 15, 2016
    Configuration menu
    Copy the full SHA
    c63ec14 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2016

  1. Configuration menu
    Copy the full SHA
    8f303e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9697429 View commit details
    Browse the repository at this point in the history
  3. change(分页): 对 Link Header 做了一些变化

    * 不再建议在一个接口里同时实现 page 和 last_cursor
    * 增加了 rel="url-template:pagination" 的链接,用来让客户端自动生成分页地址
    * 使用 `X-Pagination-Info` 替代原来的 `X-Total-Count`
    bolasblack committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    467517f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5fc5b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2016

  1. Configuration menu
    Copy the full SHA
    85d93ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d0086a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2017

  1. Update README.md

    bolasblack authored Sep 21, 2017
    Configuration menu
    Copy the full SHA
    800084d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83c695 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    0d4d361 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. fix: OPTIONS typo

    lmk123 authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    c6a6337 View commit details
    Browse the repository at this point in the history
  2. Merge pull request bolasblack#5 from lmk123/patch-1

    fix: OPTIONS typo
    bolasblack authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    80a6550 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    6f943f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Configuration menu
    Copy the full SHA
    3844bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b03cc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    cfc1db8 View commit details
    Browse the repository at this point in the history
Loading