package
2.1.0+incompatible
Repository: https://github.com/jexia/semaphore.git
Documentation: pkg.go.dev

# README

Functions

This example uses the functions and HTTP implementations to call the API endpoints at jsonplaceholder.typicode.com.

Getting started

You could get started by executing the main.go file.

$ go run main.go

Once Semaphore is up and running you could execute the todo flow by calling the service on port 8080.

$ curl 127.0.0.1:8080/ -H 'Authorization: super-secret'