DEV Community

Ramiro for Auth0

Posted on • Originally published at auth0.com

REST Architecture - Part 2: Building the Client

This is the second of a two-articles series showing how to build client-server systems by actually applying the REST architecture principles. In the first part, you learned how to build a RESTful API that allows you to use a simplified version of the Auth0 Management API. In this article, you will learn how to implement a RESTful client that consumes that API.

You will use React to build the RESTful client, but the principles you are going to apply are valid for any programming language and platform.

Read on 🛠

ICYMI: Part 1: Building The API

REST Architecture - Part 2: Building the Client

Top comments (0)