Merge branch 'master' of https://github.com/FeroxRev/PokemonGo.Rocket.API.git

FeroxRev [2016-07-19 16:42:23]
Merge branch 'master' of https://github.com/FeroxRev/PokemonGo.Rocket.API.git
Filename
README.md
diff --git a/README.md b/README.md
index 627013e..916a317 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ var serverResponse = await client.GetServer();
 var profile = await client.GetProfile();
 var settings = await client.GetSettings();
 var mapObjects = await client.GetMapObjects();
+var inventory = await client.GetInventory();

 await ExecuteFarmingPokestops(client);
 await ExecuteCatchAllNearbyPokemons(client);
@@ -21,7 +22,7 @@ await ExecuteCatchAllNearbyPokemons(client);
 Features
 ```
 #PTC Login / Google last part
-#Get Map Objects
+#Get Map Objects and Inventory
 #Search for gyms/pokestops/spawns
 #Farm pokestops
 #Farm all pokemons in neighbourhood
You may download the files in Public Git.