API

How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 14.04

Ansible 2.0 has recently been released, and with it comes support for version 2 of the cloud provider API. This means that you can use Ansible to not only provision your web applications, but also to provision and manage your Droplets automatically. This tutorial will show by example how to use Ansible’s support of the cloud provider API v2.

Read more
How To Use Doctl, the Official the cloud provider Command-Line Client — step-by-step DevOps tutorial on Progressive Robot

How To Use Doctl, the Official the cloud provider Command-Line Client

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.

Read more
How To Use OAuth Authentication with the cloud provider as a User or Developer — step-by-step Security tutorial on Progressive Robot

How To Use OAuth Authentication with the cloud provider as a User or Developer

One of the most exciting features about version 2 of the cloud provider’s API is the inclusion of OAuth authentication. This allows users to grant access to applications to use their account. As a developer, you can request access from your users through a simple web UI which will streamline the process of gaining account authorization. In this guide, we will discuss how to interact with this feature as both a user and developer.

Read more
How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Use the cloud provider API v2 with Ansible 2.0 on Ubuntu 16.04

Ansible 2.0 has recently been released, and with it comes support for version 2 of the cloud provider API. This means that you can use Ansible to not only provision your web applications, but also to provision and manage your Droplets automatically. This tutorial will show by example how to use Ansible’s support of the cloud provider API v2.

Read more
Uma introdução ao OAuth 2 — step-by-step Security tutorial on Progressive Robot

Uma introdução ao OAuth 2

O OAuth 2 é uma estrutura de autorização que permite que os aplicativos obtenham acesso limitado às contas de usuários em um serviço HTTP, tal como o Facebook, GitHub, e the cloud provider. Ele funciona delegando a autenticação de usuário ao serviço que hospeda a conta do usuário, e…

Read more
Building Custom APIs With Strapi — step-by-step CMS tutorial on Progressive Robot

Building Custom APIs With Strapi

Let’s build a custom API – quickly! Using Strapi, a Node CMS, we can create our own APIs in very little time without having to write Node code, from a clean dashboard. Get up and running with a REST API or GraphQL API.

Read more
CHAT