Magnetic link has been copied to the cutting board

Name [FTUForum.com] [UDEMY] Laravel to Consume HTTP Services and APIs Definitive Guide [FTU]

File Type video

Size 2.88GB

UpdateDate 2024-9-8

hash *****803426855BDEDA51CCB7030D5DE030588E

Hot 34

Files 01 Meet the course the instructor and the service to consume/001 What you will see learn and obtain from this course.mp4 | 44.91MB 01 Meet the course the instructor and the service to consume/002 About the instructor of the course.mp4 | 17.15MB 01 Meet the course the instructor and the service to consume/003 About the development environment to use in the course.html | 4.07KB 01 Meet the course the instructor and the service to consume/004 Course-repository.txt | 72B 01 Meet the course the instructor and the service to consume/004 The source code of the HTTP Client with Laravel.html | 1.73KB 02 Details about the API or HTTP Service to be consumed from the HTTP Client/005 About the API to consume.mp4 | 16.70MB 02 Details about the API or HTTP Service to be consumed from the HTTP Client/005 URL-to-the-API-to-consume-in-the-course.txt | 34B 02 Details about the API or HTTP Service to be consumed from the HTTP Client/006 Creating a client and users for the API to consume.mp4 | 16.24MB 02 Details about the API or HTTP Service to be consumed from the HTTP Client/007 About-the-grant-types-on-OAuth2.txt | 33B 02 Details about the API or HTTP Service to be consumed from the HTTP Client/007 The different ways to authenticate requests to the API (OAuth2).mp4 | 72.99MB 02 Details about the API or HTTP Service to be consumed from the HTTP Client/008 How to refresh tokens and handle the scope of the token.mp4 | 37.21MB 02 Details about the API or HTTP Service to be consumed from the HTTP Client/009 The responses actions and restrictions of the API to consume.mp4 | 47.53MB 03 Creating and preparing a Laravel project for the HTTP Client/010 Laravel-installation-official-.txt | 45B 03 Creating and preparing a Laravel project for the HTTP Client/010 Obtaining the Laravel structure for the HTTP Client.mp4 | 42.92MB 03 Creating and preparing a Laravel project for the HTTP Client/011 Adding Guzzle to make HTTP requests from Laravel.mp4 | 29.76MB 03 Creating and preparing a Laravel project for the HTTP Client/011 Guzzle-Docs-official-.txt | 37B 03 Creating and preparing a Laravel project for the HTTP Client/012 Preparing the environment with a simple configuration.mp4 | 33.13MB 03 Creating and preparing a Laravel project for the HTTP Client/013 Preparing the HTTP client to store and authenticate users.mp4 | 54.68MB 04 Building the initial graphical interface of the HTTP client/014 Generating the initial components of the HTTP client interface.mp4 | 45.34MB 04 Building the initial graphical interface of the HTTP client/015 Generalizing the welcome view of the HTTP Client.mp4 | 31.27MB 04 Building the initial graphical interface of the HTTP client/016 Allowing to display the HTTP Client messages in any location.mp4 | 52.64MB 04 Building the initial graphical interface of the HTTP client/017 Adding the possibility to login directly with the API.mp4 | 23.65MB 05 Preparing the Laravel project to consume the target service/018 Creating a generic component to consume HTTP services from Laravel.mp4 | 73.47MB 05 Preparing the Laravel project to consume the target service/019 Creating the component that will know how to consume the target service.mp4 | 42.13MB 05 Preparing the Laravel project to consume the target service/020 Preparing the configuration of the service to consume.mp4 | 59.18MB 06 Implementing the necessary methods to consume the HTTP Service/021 Implementing the method to authorize requests.mp4 | 41.54MB 06 Implementing the necessary methods to consume the HTTP Service/022 Implementing the method to decode the HTTP API responses.mp4 | 25.45MB 06 Implementing the necessary methods to consume the HTTP Service/023 Implementing the method to detect error responses.mp4 | 36.56MB 06 Implementing the necessary methods to consume the HTTP Service/024 Facilitating and generalizing the use of the Service created in the Client.mp4 | 64.27MB 07 Making the first requests to the HTTP service and showing the results/025 Getting the list of products from the API.mp4 | 50.31MB 07 Making the first requests to the HTTP service and showing the results/026 Showing the list of products on the main page of the HTTP Client.mp4 | 45.83MB 07 Making the first requests to the HTTP service and showing the results/027 Obtaining the list of categories from the HTTP service.mp4 | 38.16MB 07 Making the first requests to the HTTP service and showing the results/028 Adding the list of categories to the main page of the HTTP Client.mp4 | 34.20MB 07 Making the first requests to the HTTP service and showing the results/029 Obtaining the details of a specific product from the API.mp4 | 46.18MB 07 Making the first requests to the HTTP service and showing the results/030 Showing the details of a specific product.mp4 | 59.30MB 07 Making the first requests to the HTTP service and showing the results/031 Obtaining the products of a category of the HTTP service.mp4 | 30.32MB 07 Making the first requests to the HTTP service and showing the results/032 Showing the products of a category in the HTTP Client.mp4 | 39.09MB 08 Automating the obtaining of access tokens associated with the HTTP Client/033 Adding a new service to obtain access tokens from the HTTP Client.mp4 | 52.30MB 08 Automating the obtaining of access tokens associated with the HTTP Client/034 Automatically obtaining a token associated with the HTTP Client.mp4 | 43.46MB 08 Automating the obtaining of access tokens associated with the HTTP Client/035 Using tokens obtained automatically when consuming the API.mp4 | 48.37MB 08 Automating the obtaining of access tokens associated with the HTTP Client/036 Avoiding getting a token for every request to the HTTP Service.mp4 | 89.51MB 09 Authenticating users directly from the API/037 Generating the URL to enable the login button with the API.mp4 | 41.63MB 09 Authenticating users directly from the API/038 Preparing the button to obtain the authorization of the users.mp4 | 62.37MB 09 Authenticating users directly from the API/039 Obtaining a valid token from the authorization code.mp4 | 59.59MB 09 Authenticating users directly from the API/040 Obtaining the users information from the HTTP service.mp4 | 52.53MB 09 Authenticating users directly from the API/041 Registering or updating users with information from the API.mp4 | 71.71MB 09 Authenticating users directly from the API/042 Creating sessions for users validated by the HTTP service.mp4 | 54.38MB 10 Authenticating users directly with email and password/043 Obtaining a valid token from the user credentials.mp4 | 51.02MB 10 Authenticating users directly with email and password/044 Authenticating a user in the HTTP Client through their credentials.mp4 | 69.27MB 10 Authenticating users directly with email and password/045 Properly handling attempts with invalid credentials.mp4 | 50.49MB 11 Improving the experience of users authenticated in the HTTP client/046 Adding possible actions for authenticated users.mp4 | 80.29MB 11 Improving the experience of users authenticated in the HTTP client/047 Adding links to protected actions for authenticated users.mp4 | 63.00MB 11 Improving the experience of users authenticated in the HTTP client/048 Determining when to use a user token or a client token.mp4 | 51.17MB 11 Improving the experience of users authenticated in the HTTP client/049 Refreshing expired user tokens.mp4 | 71.29MB 12 Implementing protected actions for HTTP client users/050 Showing the name of a user obtained directly from the API.mp4 | 39.29MB 12 Implementing protected actions for HTTP client users/051 Allowing products to be published by an authenticated user.mp4 | 72.65MB 12 Implementing protected actions for HTTP client users/052 Preparing the client to send files on requests.mp4 | 60.42MB 12 Implementing protected actions for HTTP client users/053 Publishing products with the information given to the HTTP client.mp4 | 62.27MB 12 Implementing protected actions for HTTP client users/054 Associating a product to the indicated category.mp4 | 36.71MB 12 Implementing protected actions for HTTP client users/055 Making a published product available.mp4 | 44.61MB 12 Implementing protected actions for HTTP client users/056 Allowing to purchase products from an authenticated user.mp4 | 43.53MB 12 Implementing protected actions for HTTP client users/057 Showing the purchases list to a user authenticated in the HTTP client.mp4 | 45.36MB 12 Implementing protected actions for HTTP client users/058 Showing the list of publications of an authenticated user.mp4 | 34.52MB 13 Handling errors and exceptions in the HTTP Client/059 Preparing the HTTP client to handle failures in requests.mp4 | 40.38MB 13 Handling errors and exceptions in the HTTP Client/060 Handling authentication errors when consuming the API.mp4 | 67.31MB 13 Handling errors and exceptions in the HTTP Client/061 Handling the remaining errors when consuming the HTTP Service.mp4 | 29.57MB 13 Handling errors and exceptions in the HTTP Client/062 Handling internal exceptions of the HTTP Client.mp4 | 50.05MB 14 Conclusions/063 How to use and apply what you have learned in your own HTTP clients.mp4 | 37.27MB 14 Conclusions/064 Bonus Lecture.mp4 | 15.86MB 14 Conclusions/064 Instructor-courses-list-use-REAL-INBOUND-for-discount-.txt | 49B

Recommend

Magnetic link has been copied to the cutting board