CoinbaseProHttpMockServer
HTTP Request & Response Server. An incomplete clone of https://api-public.sandbox.pro.coinbase.com for mocking (testing) purposes. Inspired by httparrot.
Installation
If available in Hex, the package can be installed
by adding coinbase_pro_http_mock_server to your list of dependencies in mix.exs:
def deps do
[
{:coinbase_pro_http_mock_server, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/coinbase_pro_http_mock_server.