Implementing a RESTful API

A RESTful API uses HTTP to send and receive data, so that functionality can be accessed as long as HTTP is available. Through HTTP using GET, POST, PUT and DELETE requests we gain access to CRUD functions.

Using Astro to build websites

Using Astro to build your website

Astro is an all-in-one web framework for building content-focused websites such as marketing sites, publishing sites, documentation sites, blogs, portfolios, and in some cases e-commerce sites.

Linkedin API

LinkedIn has a number of APIs, there's the Profile-API for getting users profiles and there's the Profile-Edit-API which can be used to send a patch of the user's profile to update the content.

API in normal terms means “application programming interface”. This is a concept in software technology that essentially refers to how multiple applications can interact with and obtain data from one another.