We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to be able to query the available groups and channels in the file.
Will need at least two calls:
list_groups() -> Groups list_channels_in_group(group) -> Channels
Maybe we could list entire contents too:
list_channels() -> ChannelsWithGroupInfo
The text was updated successfully, but these errors were encountered:
For the channels in a group, if we use a btree we can nearly use the range to get just those of interest. See https://www.thecodedmessage.com/posts/prefix-ranges/
Sorry, something went wrong.
feature: List Contents of File
986eb66
Added the ability to list the groups and channels in the file. Refs: #35
4732fee
No branches or pull requests
Need to be able to query the available groups and channels in the file.
Will need at least two calls:
list_groups() -> Groups
list_channels_in_group(group) -> Channels
Maybe we could list entire contents too:
list_channels() -> ChannelsWithGroupInfo
The text was updated successfully, but these errors were encountered: