Skip to content
Ammon Knaupp edited this page Feb 22, 2024 · 3 revisions

Welcome to the smrtlink-proxy wiki!

Purpose

The purpose of smrtlink-proxy is to notify smrtlink-share when a SMRT Link project has been modified.

Notifications

smrtlink-proxy will send simple messages to smrtlink-share

SMRT Link API

There are three basic ways to modify SMRT Link projects, each with a corresponding HTTP method: create a project (HTTP POST); delete a project (HTTP DELETE); and modify an existing project (HTTP PUT).

Clone this wiki locally