gepetto: Create a connection to a Gepetto API server
Description
Create a connection to a Gepetto API server
Usage
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.`