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
The API takes id fields as identifier, but never returns them. So when a user calls subscribe for example, a Subscriber object is returned, not its id. Similar for Channel objects, which can only be retrieved by passing in an array of namespaces.
It would make sense to me to just drop the id and use the objects themselves.
The text was updated successfully, but these errors were encountered:
The API takes
id
fields as identifier, but never returns them. So when a user callssubscribe
for example, aSubscriber
object is returned, not itsid
. Similar forChannel
objects, which can only be retrieved by passing in an array of namespaces.It would make sense to me to just drop the
id
and use the objects themselves.The text was updated successfully, but these errors were encountered: