An open API service indexing awesome lists of open source software.

https://github.com/clockwork-dog/cogs-plugin-http

Basic HTTP plugin for COGS
https://github.com/clockwork-dog/cogs-plugin-http

Last synced: 3 months ago
JSON representation

Basic HTTP plugin for COGS

Awesome Lists containing this project

README

          

# COGS HTTP plugin

This simple plugin allows you to send GET or POST requests to a server. You can use this to trigger events on a machine on the local network or on the internet.

## How to use

1. [Add the plugin](https://docs.cogs.show/plugins/how-to-install/) to your COGS project
2. Enabled the plugin in "Show Settings" in the "Build" view
3. Add a `HTTP: GET` or `HTTP: POST` action to your behaviour

image

4. Type the URL you want

image

Optional: You can use [Computed Values](https://learn.cogs.show/computed-values) to change the URL depending on a variable or some other state in COGS.

image

## Limitations

The HTTP headers and body cannot be set using this plugin.