Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)