Skip to content

Commit b35c6eb

Browse files
authored
Update README.md
1 parent c46616c commit b35c6eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Build Status](https://dev.azure.com/redisdev/FakeApi/_apis/build/status/redisdev.FakeApi?branchName=master)](https://dev.azure.com/redisdev/FakeApi/_build/latest?definitionId=1&branchName=master)
22

3+
[![NuGet](https://img.shields.io/nuget/v/FakeApi.svg)](https://www.nuget.org/packages/FakeApi/)
4+
35
# What is FakeApi?
46

57
FakeApi provides the ability to send HttpWebRequest and get HttpWebResponses without a server.
@@ -104,6 +106,8 @@ In summary, I advise you as in the example below :
104106

105107
![Config example](https://github.com/redisdev/FakeApi/blob/release_v1.2.0/config.png?raw=true)
106108

109+
/!\ Be careful, directories containing api configuration files (such as usersApi.cfg) must not contain any other files! Otherwise FakeApi will try to deserialize them and an exception will be thrown.
110+
107111
- #### How to return data from file?
108112

109113
Simply set the "file" property into your api configuration:

0 commit comments

Comments
 (0)