Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiote/coinbasepro-http-mock-server


https://github.com/kiote/coinbasepro-http-mock-server

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

# CoinbaseProHttpMockServer

[![codecov](https://codecov.io/gh/kiote/coinbasepro-http-mock-server/branch/master/graph/badge.svg)](https://codecov.io/gh/kiote/coinbasepro-http-mock-server)
[![Hex.pm](https://img.shields.io/hexpm/v/coinbase_pro_http_mock_server.svg?style=flat-square)](https://hex.pm/packages/coinbase_pro_http_mock_server)

HTTP Request & Response Server. An incomplete clone of https://api-public.sandbox.pro.coinbase.com for mocking (testing) purposes.
Inspired by [httparrot](https://github.com/edgurgel/httparrot).

## Installation

[Available in Hex](https://hex.pm/packages/coinbase_pro_http_mock_server), the package can be installed
by adding `coinbase_pro_http_mock_server` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:coinbase_pro_http_mock_server, "~> 0.1.1"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/coinbase_pro_http_mock_server](https://hexdocs.pm/coinbase_pro_http_mock_server).