Skip to content

Instantly share code, notes, and snippets.

@hanssens
Created April 9, 2016 13:57
Show Gist options
  • Save hanssens/8e7a2939a2352d5e6232e70d2699d8ed to your computer and use it in GitHub Desktop.
Save hanssens/8e7a2939a2352d5e6232e70d2699d8ed to your computer and use it in GitHub Desktop.
WebApi Guidelines

... just some arbitrary notes on webapi guidelines. #wip

Naming Conventions

Access Control

  • Is CORS enabled and/or properly configured?
  • Are CORS preflight checks ('OPTIONS') enabled?

Continuous Integration

  • Is continuous integration setup and/or can you do a 'one-click publish' of a new version?
  • Is version control 100% reliable and up-to-date
  • Can you build from source control?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment