Skip to content

Commit c59b3c2

Browse files
author
Dmitry Zaytsev
committed
Updated README
1 parent 5e345a3 commit c59b3c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Endpoint2mock
22

3+
[![Build Status](https://travis-ci.org/car2go/Endpoint2mock.svg?branch=master)](https://travis-ci.org/car2go/Endpoint2mock)
4+
5+
Sometimes when working with REST APIs there is a need to return some mock data. Maybe for demo purposes, or real endpoint is just not ready yet. Endpoint2mock aims to help with that by integrating with Retrofit and allowing you to easily redirect some (but not all!) of your requests to your mock server.
6+
7+
Here is how it goes.
8+
39
## Add it to your project
410

511
### Step one

0 commit comments

Comments
 (0)