WebSemaphore via HTTP/REST

HTTP is appropriate for serverless and server-based applications. It would seem that it works everywhere but if you are behind a firewall or have another network limitation, you might want to check websockets usage.

Sample repo

A reference implementation is available at WebSemaphore examples on github.

HTTP Client

The REST section of the API guide describes the low-level operations that can be used directly using any HTTP client.

Loading...

Raw HTTP

You may use the OpenAPI spec to make direct requests to the WebSemaphore API. It may be used by any number of code generators and integration tools. Feel free to contact us if you need support for your stack/language.