All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Action<T> APIRequest APIRequest.Builder APIResponse<T extends SimpleAPI> Abstract class with which you can extend your response classes - They will be able to get http response code and yourSimpleAPIobject (useful for "live" API objects)GsonDeserializer You can implement this interface into response object for automatic Gson deserialization viaGson.fromJson(String, Class)Header HttpError HttpException This exception is thrown when some HTTP client related exception is thrownMissingPathParametersException This exception is thrown if you've forgotten to replace some path parameters in endpoint pathPathParameter Query SimpleAPI