From 911b3c931c8743408025466e1929661a749c1c72 Mon Sep 17 00:00:00 2001 From: Hassan Rezk Habib Date: Sun, 9 Jun 2024 11:28:51 -0700 Subject: [PATCH] CONFIGS: Update List --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 19e25eb..0e77db8 100644 --- a/README.md +++ b/README.md @@ -219,10 +219,12 @@ Chat with us here on Discord: - [3.1.1.2.0.0 Beyond CRUD Routines](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#311200-beyond-crud-routines) - [3.1.1.2.0.1 Similar Verbs](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#311201-similar-verbs) - [3.1.1.2.0.2 Routes Conventions](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#311202-routes-conventions) - - [3.1.1.2.0.2.0 Controller Routes](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112020-controller-routes) - - [3.1.1.2.0.2.1 Routine Routes](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112021-routine-routes) - - [3.1.1.2.0.2.2 Plural Singular Plural](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112022-plural-singular-plural) - - [3.1.1.2.0.2.3 Query Parameters & OData](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112022-query-parameters--odata) + - [3.1.1.2.0.2.0 Nouns & Verbs](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112020-nouns--verbs) + - [3.1.1.2.0.2.1 Controller Routes](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112021-controller-routes) + - [3.1.1.2.0.2.2 Routine Routes](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112022-routine-routes) + - [3.1.1.2.0.2.3 Plural Singular Plural](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112023-plural-singular-plural) + - [3.1.1.2.0.2.4 Query Parameters & OData](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112024-query-parameters--odata) + - [3.1.1.2.0.2.5 X-WWW-Form-UrlEncoded Parameters](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#3112025-x-www-form-urlencoded-parameters) - [3.1.1.2.1 Codes & Responses](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#31121-codes--responses) - [3.1.1.2.1.0 Success Codes (2xx)](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#311210-success-codes-2xx) - [3.1.1.2.1.1 User Error Codes (4xx)](https://github.com/hassanhabib/The-Standard/blob/master/3.%20Exposers/3.1%20Communication%20Protocols/3.1.1%20RESTful%20APIs/3.1.1%20RESTful%20APIs.md#311211-user-error-codes-4xx)