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
When using the Parser package, I noticed, for example, in the Parser-api docs, the Channel section includes more methods that are not available in the Parser, E.g. hasSummary().
The following issue also brings about a new observation, why do we have a .channels() method in operation, when we can only have a single channel per operation? Isn't it supposed to be operation.channel()?
The text was updated successfully, but these errors were encountered:
The following issue also brings about a new observation, why do we have a .channels() method in operation, when we can only have a single channel per operation? Isn't it supposed to be operation.channel()?
When using the Parser package, I noticed, for example, in the Parser-api docs, the
Channel
section includes more methods that are not available in the Parser, E.g. hasSummary().The following issue also brings about a new observation, why do we have a
.channels()
method in operation, when we can only have a single channel per operation? Isn't it supposed to beoperation.channel()
?The text was updated successfully, but these errors were encountered: