Overview There is a new modern web development architecture in town called the JAMstack. It is based on client-side JavaScript, reusable APIs, and prebuilt markup. GatsbyJS embraces this philosophy by creating blazing-fast and secure apps and sites using modern technologies like React and GraphQL. In this article, we are going to build a complete modern… Continue reading Introducing GatsbyJS
Category: APIs
What is the Web Animations API?
In the context of web apps, animation is nothing more than the visualization of change over a specified duration. This visualization of change is very important because when done right we can use this to dramatically increase the user experience of an app and make our apps feel more refined and well designed. At the… Continue reading What is the Web Animations API?
Exploring the WP-API
Checking the API index The WP-API provides us with an index of all available routes and their endpoints. To get to that index, type in, for e.g., http://localhost/wp-json/wp/v2 in Postman. This is a first level route. All the other routes start with this, and then continue onwards. Exploring Common Routes API Index – GET /wp-json/wp/v2/… Continue reading Exploring the WP-API
WordPress REST API (WP-API)
What is the WP-API? The WP-API is a RESTful API that can be accessed through simple HTTP requests to access the site data in JSON format. The WP-API is a new way of accessing the data WordPress provides without having to go through a theme, or a RSS feed, or XML-RPC. Using WP-API we can… Continue reading WordPress REST API (WP-API)
APIs
This post will provide links to all API’s Best Buy API’s – https://developer.bestbuy.com/documentation Uber for Developer’s – https://developer.uber.com/getting-started/