Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 772 Bytes

File metadata and controls

42 lines (34 loc) · 772 Bytes
title Introduction
description Integrate your CI/CD pipeline with Sweetr using the REST API.
icon article

The Sweetr API lets you programmatically send data to Sweetr from your CI/CD pipelines and external tools.

Base URL

All API requests are made to:

https://api.sweetr.dev

Available endpoints

Track a new deployment for an application.

Related