* Cantinho Satkeys

Refresh History
  • JPratas: dgtgtr Pessoal  49E09B4F k7y8j0
    06 de Novembro de 2024, 17:19
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    03 de Novembro de 2024, 10:49
  • j.s.: bom fim de semana  43e5r6 49E09B4F
    02 de Novembro de 2024, 08:37
  • j.s.: ghyt74 a todos  4tj97u<z
    02 de Novembro de 2024, 08:36
  • FELISCUNHA: ghyt74   49E09B4F  e bom feriado   4tj97u<z
    01 de Novembro de 2024, 10:39
  • JPratas: try65hytr Pessoal  h7ft6l k7y8j0
    01 de Novembro de 2024, 03:51
  • j.s.: try65hytr a todos  4tj97u<z
    30 de Outubro de 2024, 21:00
  • JPratas: dgtgtr Pessoal  4tj97u<z k7y8j0
    28 de Outubro de 2024, 17:35
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    27 de Outubro de 2024, 11:21
  • j.s.: bom fim de semana   49E09B4F 49E09B4F
    26 de Outubro de 2024, 17:06
  • j.s.: dgtgtr a todos  4tj97u<z
    26 de Outubro de 2024, 17:06
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana
    26 de Outubro de 2024, 11:49
  • JPratas: try65hytr Pessoal  101yd91 k7y8j0
    25 de Outubro de 2024, 03:53
  • JPratas: dgtgtr A Todos  4tj97u<z 2dgh8i k7y8j0
    23 de Outubro de 2024, 16:31
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    23 de Outubro de 2024, 10:59
  • j.s.: dgtgtr a todos  4tj97u<z
    22 de Outubro de 2024, 18:16
  • j.s.: dgtgtr a todos  4tj97u<z
    20 de Outubro de 2024, 15:04
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  101041
    20 de Outubro de 2024, 11:37
  • axlpoa: hi
    19 de Outubro de 2024, 22:24
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    19 de Outubro de 2024, 11:31

Autor Tópico: Wordpress Rest Api Complete Beginners Guide  (Lida 46 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online mitsumi

  • Moderador Global
  • ***
  • Mensagens: 115840
  • Karma: +0/-0
Wordpress Rest Api Complete Beginners Guide
« em: 03 de Novembro de 2022, 10:15 »

Wordpress Rest Api Complete Beginners Guide
Last updated 9/2018
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 805.54 MB | Duration: 4h 56m

Use JavaScript and the WordPress REST API in Themes, Plugins & Decoupled Sites

What you'll learn
How HTTP and the WP REST API Works Under the Hood
The Core Endpoints and Schema for the WordPress REST API
How To Make HTTP Get Requests to the WordPress REST API
Backbone and Node Client Side WordPress REST API Libraries
Build an Entire Decoupled Site Using JavaScript and the WordPress REST API
Use WP REST API in Themes and Plugins
Requirements
Basic HTML - Know how to build a simple HTML page and work with HTML forms.
Basic CSS - Know how to responsively style HTML pages with CSS.
Basic JS - Know basic syntax, DOM and events.
Basics WordPress Development (Check Out My Other Course)
Description
In this course you get an in-depth introduction to working with the WordPress REST API.
We start with going over how HTTP and REST APIs work and practice making demo requests. Then, we explore various ways to make requests with JavaScript to the WordPress REST API, both from inside WordPress and outside of WordPress.
The course then goes in depth over all of the routes, schema and endpoints in the WordPress REST API along with demos and practice getting different types of data from the WordPress REST API, including posts, pages, media and more.
Overview
Section 1: Introduction
Lecture 1 An Introduction to the WordPress REST API[9:16]
Lecture 2 Course Example Files on Github
Section 2: HTTP & HTTP Requests
Lecture 3 A Deeper Look at HTTP
Lecture 4 Different Ways to Make HTTP Requests
Lecture 5 DEMO - HTTP Requests w Browser & Postman
Section 3: HTTP Requests Inside of WordPress
Lecture 6 HTTP Requests Inside of WordPress
Lecture 7 DEMO - HTTP Requests with Backbone Client
Lecture 8 DEMO - HTTP Requests with WP HTTP API
Lecture 9 DEMO - WP CLI REST Commands
Section 4: HTTP Requests Outside of WordPress
Lecture 10 HTTP Requests Outside of WordPress
Lecture 11 DEMO - HTTP Requests with XMLHttpRequest and JavaScript
Lecture 12 DEMO - HTTP Requests with fetch and JavaScript
Lecture 13 DEMO - HTTP Requests with jQuery AJAX
Lecture 14 DEMO - HTTP Requests with the JavaScript WP API Client
Lecture 15 DEMO - HTTP Requests with the PHP Requests Library
Lecture 16 DEMO - HTTP Requests with HTTPie from the Command Line
Lecture 17 HTTP Requests Outside of WordPress - Review
Section 5: The WordPress REST API - Routes, Schema & Endpoints
Lecture 18 Discoverability and the WP API Index
Lecture 19 Routes Endpoints and Schema
Lecture 20 Exploring Core WP REST API Endpoints
Section 6: Core WordPress REST API Endpoints[DEMOS]
Lecture 21 DEMO - Post Endpoints
Lecture 22 DEMO - Category Endpoints
Lecture 23 DEMO - Tag Endpoints
Lecture 24 DEMO Taxonomy Endpoints
Lecture 25 DEMO - Comment Endpoints
Lecture 26 DEMO - Page Endpoints
Lecture 27 DEMO - Post Type Endpoints
Lecture 28 DEMO - Media Endpoints
Lecture 29 DEMO - Post Status Endpoints
Lecture 30 DEMO - User Endpoints
Lecture 31 DEMO - Practice with JavaScript
Section 7: Customizing WordPress REST API Requests
Lecture 32 Passing Arguments to WP Endpoints with HTTP Requests
Lecture 33 WP API _links and _embed
Lecture 34 DEMO- Making Custom WP REST API Requests
Lecture 35 DEMO - Post Arguments
Lecture 36 DEMO - Page Arguments
Lecture 37 DEMO - Practice Custom Requests
Section 8: PROJECT - Building A Decoupled WordPress REST API Powered JavaScript Site
Lecture 38 PROJECT- A Decoupled WP Powered JavaScript Site
Lecture 39 PROJECT - Setting Up the Project
Lecture 40 PROJECT - Site Title and Description
Lecture 41 PROJECT - Adding the Menu
Lecture 42 PROJECT - Starting the Router
Lecture 43 PROJECT - The Page Component
Lecture 44 PROJECT- Listing Posts
Lecture 45 PROJECT- Single Posts
Lecture 46 PROJECT- Post Comments
Lecture 47 PROJECT- Categories Widget
Lecture 48 PROJECT - Category Archives
Lecture 49 PROJECT - Tags Widget
Lecture 50 PROJECT - Tag Archive
Lecture 51 PROJECT - Media Gallery
Lecture 52 PROJECT - User Pages
Lecture 53 PROJECT - User Posts
Lecture 54 PROJECT - Wrap Up and Next Steps
Section 9: Sneak Peak from WP API Next Course!
Lecture 55 An Introduction to Authentication with the WP REST API
Anyone who wants to learn API Driven WordPress Development,Anyone who wants to do Decoupled WordPress Development,Anyone looking to do JavaScript driven WordPress Development,WordPress Theme and Plugin Developers


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/985da753a09848ed0e97cba895ccf5c0/xiftk.Wordpress.Rest.Api.Complete.Beginners.Guide.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/428efC3210ea4b3b/xiftk.Wordpress.Rest.Api.Complete.Beginners.Guide.rar

nitroflare.com:
Citar
https://nitroflare.com/view/CAF143244C68BBB/xiftk.Wordpress.Rest.Api.Complete.Beginners.Guide.rar

1dl.net:
Citar
https://1dl.net/5au5dfjywiww/xiftk.Wordpress.Rest.Api.Complete.Beginners.Guide.rar.html