https://github.com/utilitywarehouse/json-rpc-proxy
https://github.com/utilitywarehouse/json-rpc-proxy
telecom
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/utilitywarehouse/json-rpc-proxy
- Owner: utilitywarehouse
- License: mit
- Archived: true
- Created: 2016-11-18T15:43:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T15:37:37.000Z (over 8 years ago)
- Last Synced: 2025-02-18T07:15:41.930Z (8 months ago)
- Topics: telecom
- Language: Go
- Size: 38.1 KB
- Stars: 2
- Watchers: 25
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON RPC Proxy
This application sits between an application and various internal and external
services.Requests are made to this service from the client application and in turn this
service executes requests on the clients' behalf. It performs flattening of
response objects to make data easier to manipulate and handle applications that
have trouble with non flat JSON structures.## Godep
please note that packages are vendored with godep, so if you update any
dependencies (most likely uw services) then you should update the dependencies
with `go get -u ./dependency` followed by `godep save`## Installation `go get github.com/utilitywarehouse/json-rpc-proxy`
## Build`go test .`
`go build .`