Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appherd-client

Service client to interact with appherd


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

appherd-client

Service client to interact with appherd

Usage

let client = new AppHerdClient(port)
client.fetchHerd()
.then(() => {
  var port = client.port('service-name')
  var url = client.url('service-name') // http://localhost:port

  client.fetch('service-name', '/absolute/path')
  // returns fetch('http://localhost:port/absolute/path')

FAQs

Package last updated on 14 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts