Skip to main content

How I implemented scripting in two hours

· One min read
Jules Fouchy

You can now write scripts to control CoolLab. Everything that you can do in the UI in now also doable through scripts.
Moreover, you can write those scripts in the language of your choice! That's right, every language in the world will do, even the one you wrote last weekend and that only you possesses an interpreter for.

All of this magic relies on a well knwown friend: the HTTP protocol.

We provide an API that anyone can call; as long as you know how to make http requests from your language, you can write scripts for CoolLab.

Pros:

Cons: