Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Oper92 committed Sep 27, 2020
1 parent 75b61f0 commit 75653c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# IdealistaLib
This is a .NET Core library written in C# that can be used in order to query Idealista APIs.
This is a .NET Core 3.0 library written in C# that can be used in order to query Idealista APIs (Please check the other branch for the .Net Core 2.0 version).

Please remember that according to Idealista current Policy (27/09/2020) access to their APIs has the following constraints:

Expand Down Expand Up @@ -71,4 +71,4 @@ var response = await API.SearchRequest(request, "it");
Console.Out.WriteLine(house.address + " " + house.price + " " + house.url);
}
//
```
```

0 comments on commit 75653c6

Please sign in to comment.