Skip to content
No description or website provided.
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
.editorconfig
LICENSE Add lib and license
README.md
bower.json
lc-sdk-angular.js

README.md

lc-sdk-angular.js

This bower package provides a SDK for service discovery and resilient service invocation.

Configuration parameters

{
  discoveryServers: [],
  services: {},
  servicesRefreshInterval: 0,
  timeout: 1000
}
  • discoveryServers = list of discovery service URLs
  • services = key/value of service URLs
  • servicesRefreshInterval = Clear service discovery cache in ms
  • timeout = HTTP request/response timeout
Something went wrong with that request. Please try again.