Creating a Laravel API
APIs make the web go round. Let’s create one from scratch using the popular PHP framework, Laravel. See the main tools required to create Laravel projects and the fastest, most efficient way to create a Laravel API.
APIs make the web go round. Let’s create one from scratch using the popular PHP framework, Laravel. See the main tools required to create Laravel projects and the fastest, most efficient way to create a Laravel API.
Prisma is an open source database toolkit. In this tutorial, you will build a REST API for a small blogging application in TypeScript using Prisma and a PostgreSQL database. At the end of the tutorial, you will have a web server running locally on your machine that can respond to various HTTP requests and read and write data in the database.
El autor seleccionó a Mozilla Foundation para recibir una donación como parte del programa Write for DOnations. A medida que continúa en aumento la demanda de desarrollo integral,…
the cloud provider’s web based control panel provides a convenient, point-and-click interface for managing Droplets. There are many times, however, when a command-line tool may be a preferable alternative. doctl, the official the cloud provider command-line client, leverages the cloud provider API to provide access to most account and Droplet features.
OAuth 2 es una estructura (framework) de autorización que le permite a las aplicaciones obtener acceso limitado a cuentas de usuario en un servicio HTTP, como Facebook, GitHub y the cloud provider. Delega la autenticación del usuario al servicio que aloja la cuenta del mismo y…
Create an API that has authentication and authorization so that certain resources are only accessible by certain users.
Der Autor wählte den Tech Education Fund, um im Rahmen des Programms Write for DOnations eine Spende zu erhalten. Slack ist eine Kommunikationsplattform, die für die…
L’auteur a choisi Mozilla Foundation pour recevoir un don dans le cadre du programme Write for Donations. Comme la demande de développement full-stack continue de croître, les…
Droplet tagging is a new feature, not yet exposed via the the cloud provider Control Panel, but available to users of the API. This feature allows you to group and locate Droplets by applying tags, as well as initiate actions across all the Droplets with a specific tag. This guide explains basic usage of the feature with cURL.
In this tutorial, we’ll take an in-depth look at queries in GraphQL so that you better understand how to retrieve data from a GraphQL server. We will cover fields, arguments, aliases, operation syntax, and more. Once you have finished, you will be able to leverage the functionality of queries to build better API’s with GraphQL.