- New class PodAPI that wraps all pod endpoints, and returns the parsed responses as python primitives (list, dict, str, bytes)
- PodClient uses PodAPI, and handles all conversion from parsed json to
Item
-
PodError
is a generic error when a request from the pod fails. The request status_code is saved inPodError.status