balanced / balanced-api

Balanced API specification.
221 stars 72 forks source link

No Java client to load json payloads of type event_callback #514

Closed KeithTsui closed 10 years ago

KeithTsui commented 10 years ago

When I configure a webhook, the types of payloads I receive are of type "event_callback". I would like to be able to retrieve the uri of the actual event from this but it looks like there is no way to do this in the Java client.

I can curl a uri for the event_callback like this one: /events/EV7ed4d1ea981d11e390b4026ba7cac9da/callbacks/CB2MVeINcRs89EQz9N1anTPs

This returns a json with an event_uri field which I can then use to retrieve the event.

Need to be able to do this through the Java client.

mjallday commented 10 years ago

@KeithTsui are you saying that the event_callback is not registered to a type within the java client?

KeithTsui commented 10 years ago

Yes, that's what I was referring to. There is no object where I can take the uri of that event_callback and load it into an object.

On Mon, Feb 17, 2014 at 9:00 PM, Marshall Jones notifications@github.comwrote:

@KeithTsui https://github.com/KeithTsui are you saying that the event_callback is not registered to a type within the java client?

Reply to this email directly or view it on GitHubhttps://github.com/balanced/balanced-api/issues/514#issuecomment-35343214 .

mjallday commented 10 years ago

@KeithTsui thanks for the clarification, I've closed this issue and opened one on the balanced-java repo so we can track it there.