4
Kaylum
7y

What do you guys desire from an API, apart from well-written documentation? One of the things I want to work on is a website with an API, and I want to know what you would want from one. Eg version numbers, error fields, authentication, stuff like that.

Comments
  • 7
    1) Up to date documentation.
    2) the API working as the documentation states.
    3) return correct error / status code not some made up BS you dreamt up while drunk.
  • 1
    I like API versions with a clear communicated date until when they'll at least work.

    Plus what @C0D4 said.
Add Comment