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.
|
||||
|
||||
@@ -59,10 +59,11 @@ Some core programming concepts that are essential for software development. The
|
||||
|
||||
# Misc
|
||||
|
||||
- [[Windows Services]]
|
||||
- [[Windows Services]]
|
||||
|
||||
- [[DLL's]]
|
||||
- [[DLL's]]
|
||||
|
||||
-
|
||||
# Security:
|
||||
|
||||
- [[OWASP Top 10]]
|
||||
|
||||
1
Career/Output Encoding.md
Normal file
1
Career/Output Encoding.md
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user