Skip to content

2.0.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 07:50

Added

Development Guidelines

  • Codebase → Architecture → MUST follow common API Guidelines

API Guidelines

  • Principles → RECOMMENDED to read Zalando RESTful API and Event Guidelines as a base and use as a reference
  • Principles → SHOULD implement versioning
  • Principles → MUST have versioning strategy decided prior the first release
  • Principles → RECOMMENDED not use URL versioning
  • Principles → RECOMMENDED to use HTTP Headers to carry version information
  • Principles → RECOMMENDED have version information also in response headers
  • Principles → MUST not break backward compatibility once the version has been released