Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Zaytsev committed Jun 19, 2017
1 parent 5e345a3 commit c59b3c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Endpoint2mock

[![Build Status](https://travis-ci.org/car2go/Endpoint2mock.svg?branch=master)](https://travis-ci.org/car2go/Endpoint2mock)

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.

Here is how it goes.

## Add it to your project

### Step one
Expand Down

0 comments on commit c59b3c2

Please sign in to comment.