This commit is contained in:
@@ -30,13 +30,13 @@ The dominant style for public and partner APIs. Key constraints:
|
||||
|
||||
- **Uniform interface**: Standard HTTP verbs carry semantic meaning:
|
||||
|
||||
| Verb | Meaning |
|
||||
| ------ | --------------------------- |
|
||||
| GET | Read a resource |
|
||||
| POST | Create a resource |
|
||||
| PUT | Replace a resource entirely |
|
||||
| PATCH | Partially update a resource |
|
||||
| DELETE | Remove a resource |
|
||||
| Verb | Meaning |
|
||||
| ------ | --------------------------- |
|
||||
| GET | Read a resource |
|
||||
| POST | Create a resource |
|
||||
| PUT | Replace a resource entirely |
|
||||
| PATCH | Partially update a resource |
|
||||
| DELETE | Remove a resource |
|
||||
|
||||
|
||||
- **Layered system**: Clients don't know if they're talking to the real backend or a gateway/proxy/cache. This is exactly what Microlise's APIM layer provides.
|
||||
|
||||
Reference in New Issue
Block a user