Learn Rest API
All Rest API content:
-
Code Your First API With Node.js and Express: Connect a Database
Tutorial • BeginnerIn this tutorial, we're going to set up a MySQL database to store all the data, connect to the database from our Node.js app, and allow the API to use the...
-
Introduction to Apollo Client With React for GraphQL
Tutorial • IntermediateGraphQL has been getting popular recently and is likely to replace the Rest API. In this tutorial, we will use Apollo Client to communicate with GitHub's...
-
Code an App With GraphQL, React Native and AWS AppSync: The App
Tutorial • IntermediateIn these tutorials, you're learning how to create and interact with a GraphQL database using AWS AppSync and React Native. In this post, we'll wrap it up by...
-
Code an App With GraphQL, React Native, and AWS AppSync: The Back-End
Tutorial • IntermediateIn these tutorials, I'll show you how to create and interact with a GraphQL database using AWS AppSync and React Native. This app will have real-time and...
-
New Course: Build APIs With GraphQL
Tutorial • BeginnerGraphQL is designed to work with data represented by a graph, and it has a powerful query syntax for traversing, retrieving, and mutating data. Learn how to...
-
Programming With Yii: Generating Documentation
Tutorial • IntermediateLearn to use Yii2's automated documentation generator, apidoc, as I build the API documentation for my startup Meeting Planner application.
-
How to Create a Data Model for a REST API With LoopBack
Tutorial • IntermediateLoopBack takes the pain out of creating an API and can dramatically reduce your development time. In this short video tutorial from my course Generate REST...
-
Using the Twitter API to Tweet Repetitive Content
Tutorial • IntermediateTwitter's API has various undocumented restrictions that sometimes block attempts to automate a fun bot or a serious marketing effort. Learn ways to succeed...
-
Building With the Twitter API: Analyzing Your Followers
Tutorial • IntermediateTwitter social engagement is often weak. Learn how to investigate how many of your followers are real people vs. bots and how many are likely to ever see...
-
How to Use the WordPress REST API's Index Route
Tutorial • IntermediateIn this video tutorial from my course Introduction to the WordPress REST API, we'll explore the API by sending a GET request to the index route.
-
Programming With Yii2: Building a RESTful API
Tutorial • IntermediateThe Yii Framework provides straightforward support for implementing APIs, essential to making your application data available to other apps and services.
-
Building With the Twitter API: Creating Friends to Follow
Tutorial • IntermediateLearn to add followers to users' accounts with their authorization. This episode also switches to a simpler PHP-based API library.



