Rest API


After your first attempts, try programming a RestfulAPI.

  1. Without a special Framework
  2. Now use Gin-Gonic and GoFiber and decide for your own which framework you like most
  3. Save your API, you gonna need it in the future to build it further and further.
Name Topics Link
RestAPI-Tutorial Tutorial what is a REST API and how to set it up Pluralsight Course for REST API´s Tutorial Pluralsight - Kapitel 2 und 3
Now try building your API with a Framework (links to the Framework down below) Tutorial RestApi with Gin

  To Test your API use Bruno

You get the Frameworks from Github follow the Links: