You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow a subscription to be returned on create. This is handier
that parsing a Response for the id field. The Response option
is still available, but it's not the "default" create call.
Also provide underlying support for serializing responses from
HTTP requests with bodies, so we can reuse things for other
calls.
For #72.
Allow a subscription to be returned on create. This is handier
that parsing a Response for the id field. The Response option
is still available, but it's not the "default" create call.
Also provide underlying support for serializing responses from
HTTP requests with bodies, so we can reuse things for other
calls.
For #72.
On creating a subscription, allow the Subscription object to be returned (makes it much easier to pluck out the subscription id).
The text was updated successfully, but these errors were encountered: