httpResource

command
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 12, 2024 License: BSD-3-Clause Imports: 5 Imported by: 0

README

Gateway using HTTP Resource

This recipe is a gateway using the HTTP resource. The resource is downloaded from the requested HTTP server

Installation

  • Install Go
  • Install the flogo cli

Setup

git clone https://github.com/AiRISTAFlowInc/fs-microgateway
cd microgateway/examples/json/resource-handler/httpResource

Testing

Create the gateway:

flogo create -f flogo.json
cd MyProxy
flogo install github.com/AiRISTAFlowInc/fs-contrib/activity/rest
flogo build

In another terminal start the server first:

go run main.go -server

Start the gateway:

bin/MyProxy

and test below scenario.

Request is successful
curl http://localhost:9096/pets/1

You should then see something like:

{"category":{"id":0,"name":"string"},"id":4,"name":"hc0x3yiw302","photoUrls":["string"],"status":"available","tags":[{"id":0,"name":"string"}]}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL