Skip to content
Peter Van den Bosch edited this page Jan 6, 2020 · 9 revisions

Workgroup REST Design

Code examples

Code examples of contract first API development with Java and Maven, provided by eHealth

Industry REST style guides

Some other REST style guides from the industry:

REST API Design Rulebook
http://shop.oreilly.com/product/0636920021575.do

Awesome REST list
https://github.com/marmelab/awesome-rest

Inventory of enterprise en government style guides, organized by topic.
http://apistylebook.com/design/guidelines/
http://apistylebook.com/design/topics/

Google JSON Style Guide
https://google.github.io/styleguide/jsoncstyleguide.xml

GitHub REST API
https://developer.github.com/v3/

Zalando API Guidelines
http://zalando.github.io/restful-api-guidelines/

Paypal API Standards
https://github.com/paypal/api-standards/blob/master/api-style-guide.md

National Bank of Belgium REST API Design Guide
https://github.com/NationalBankBelgium/REST-API-Design-Guide/wiki

Microsoft REST API guidelines
https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md

DigiPolis Antwerpen API requirements
https://github.com/digipolisantwerpdocumentation/api-requirements

Error handling