- Adds new method
PodClient._item_from_search
, which handles the json from search API - PodClient.search uses above method to create Items from json
- added test for
PodClient.search
with/withoutinclude_edges
option
PodClient._item_from_search
, which handles the json from search APIPodClient.search
with/without include_edges
option