needs to be h2 for preview seperation
This commit is contained in:
parent
0325f32e5c
commit
bb436b5392
|
@ -7,7 +7,7 @@ template: article.jade
|
|||
|
||||
The API design *should* be organized around **REST** principles, however to maintain both user and developer sanity it should *also* be pragmatic, thus we call it **RESTful design**, as it may not conform to *all* the REST architecture design tenets.
|
||||
|
||||
### Launch like a start-up, scale like an enterprise
|
||||
## Launch like a start-up, scale like an enterprise
|
||||
|
||||
API's should have predictable, resource-oriented URLs and to use HTTP-based response codes to indicate API errors. Leveraging built-in HTTP features, like HTTP authentication and HTTP verbs, allows off-the-shelf HTTP clients to work out-of-the-box.
|
||||
|
||||
|
|
Loading…
Reference in New Issue