gepetto: Create a connection to a Gepetto API server

Description Usage Arguments Value Examples

View source: R/gepetto.R

Description

Create a connection to a Gepetto API server

Usage

1
gepetto(host = "localhost", port = 8080)

Arguments

host

where is it running? Defaults to "localhost"

port

same, but what port? Defaults to 8080 since the most common use case is that you have gepetto running in a Docker container. Use 3000 if you're running it locally via npm as that's the default port for development.'

Value

A gepetto connection object

Examples

1
2
3
4
## Not run: 
gepetto()

## End(Not run)

hrbrmstr/decapitated documentation built on Aug. 2, 2019, 8:42 p.m.