Network APIs

  • Defining an HTTP API means defining the expected HTTP requests and responses
  • What URLs are you using?
  • What headers do you require / accept?
  • What should the request body look like?
  • What will the response look like?
  • Needs to be agreed upon by the creator and the consumer

17 / 21