Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add serialized subscription finder #72

Closed
dehora opened this issue Nov 17, 2016 · 1 comment
Closed

Add serialized subscription finder #72

dehora opened this issue Nov 17, 2016 · 1 comment
Labels
Milestone

Comments

@dehora
Copy link
Owner

dehora commented Nov 17, 2016

On creating a subscription, allow the Subscription object to be returned (makes it much easier to pluck out the subscription id).

@dehora dehora added this to the 1.0.0 milestone Nov 17, 2016
@dehora dehora added the feature label Nov 17, 2016
@dehora dehora modified the milestones: 0.4.0, 1.0.0 Nov 17, 2016
dehora added a commit that referenced this issue Nov 17, 2016
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.
dehora added a commit that referenced this issue Nov 17, 2016
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.
@dehora
Copy link
Owner Author

dehora commented Nov 17, 2016

done in #74

@dehora dehora closed this as completed Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant