Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiote/coinbasepro-http-mock-server
https://github.com/kiote/coinbasepro-http-mock-server
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiote/coinbasepro-http-mock-server
- Owner: kiote
- Created: 2021-06-04T08:02:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T04:05:27.000Z (over 1 year ago)
- Last Synced: 2024-10-13T11:49:10.133Z (about 1 month ago)
- Language: Elixir
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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).