Jordan Finci
Jordan Finci
**Improvement request** Most seller catalogs in F&B space will use modifier sets to customize F&B items. We should include an example of a modifier set in this codebase.
Two reasons: 1) OkHttpClients are intended to be shared app wide, so, if you're using OkHttp for other HTTP api's you would want to share the OkHttp client instance. (read:...
Non successful http responses yield an ApiException whose message is just "HTTP Response Not OK". This is very cryptic and quite frustrating if the developer hasn't written code to capture...
Since java has `java.lang.Error` its probably better to name `com.squareup.square.models.Error`something else, perhaps `SquareError`