package
0.0.0-20180820112432-d59d7d1c40b2
Repository: https://github.com/iron-io/functions.git
Documentation: pkg.go.dev
# README
Extensions Example
This example adds extra endpoints to the API. See main.go for example code.
Building and Running
go build
./extensions
Then test with:
# First, create an app
fn apps create myapp
# And test
curl http://localhost:8080/v1/custom1
curl http://localhost:8080/v1/custom2
curl http://localhost:8080/v1/apps/myapp/custom3
curl http://localhost:8080/v1/apps/myapp/custom4
# Structs
No description provided by the author
No description provided by the author