This guide will walk you through the process of building your own API using Bosbec Workflows. The chapters below include practical, step-by-step examples that demonstrate how to build workflows…
building-your-first-api
4 articles
Tutorials
In this guide, we’ll create an endpoint that lets you delete a unit based on a specified unit ID using the DELETE method. The below is an example of the request used to call the API.
In this guide, we’ll create an endpoint that returns found unit data in an array. The below is an example of the request used to call the API.
In this guide, we’ll create an endpoint that creates a unit based on the body of a POST request. The below is an example of the request used to call the API.