Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjeczalik/fakerpc
A fake server for recording and mocking HTTP-based RPC services.
https://github.com/rjeczalik/fakerpc
Last synced: about 2 months ago
JSON representation
A fake server for recording and mocking HTTP-based RPC services.
- Host: GitHub
- URL: https://github.com/rjeczalik/fakerpc
- Owner: rjeczalik
- License: mit
- Created: 2014-02-08T10:55:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T11:37:03.000Z (over 9 years ago)
- Last Synced: 2024-06-19T19:47:56.312Z (6 months ago)
- Language: Go
- Homepage:
- Size: 359 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## fakerpc [![GoDoc](https://godoc.org/github.com/rjeczalik/fakerpc?status.png)](https://godoc.org/github.com/rjeczalik/fakerpc) [![Build Status](https://img.shields.io/travis/rjeczalik/fakerpc/master.svg)](https://travis-ci.org/rjeczalik/fakerpc "linux_amd64") [![Build Status](https://img.shields.io/travis/rjeczalik/fakerpc/osx.svg)](https://travis-ci.org/rjeczalik/fakerpc "darwin_amd64") [![Build status](https://img.shields.io/appveyor/ci/rjeczalik/fakerpc.svg)](https://ci.appveyor.com/project/rjeczalik/fakerpc "windows_amd64") [![Coverage Status](https://img.shields.io/coveralls/rjeczalik/fakerpc/master.svg)](https://coveralls.io/r/rjeczalik/fakerpc?branch=master)
A fake server for recording and mocking HTTP-based RPC services.
*Installation*
```
~ $ go get -u github.com/rjeczalik/fakerpc
```*Documentation*
[godoc.org/github.com/rjeczalik/fakerpc#Fixture](https://godoc.org/github.com/rjeczalik/fakerpc#Fixture)
## cmd/fakerpc [![GoDoc](https://godoc.org/github.com/rjeczalik/fakerpc/cmd/fakerpc?status.png)](https://godoc.org/github.com/rjeczalik/fakerpc/cmd/fakerpc)
*Installation*
```
~ $ go get -u github.com/rjeczalik/fakerpc/cmd/fakerpc
```*Documentation*
[godoc.org/github.com/rjeczalik/fakerpc/cmd/fakerpc](http://godoc.org/github.com/rjeczalik/fakerpc/cmd/fakerpc)