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

rowsApi.getTableRows missing "filter" attribute #494

Open
samuelint opened this issue Aug 12, 2024 · 1 comment
Open

rowsApi.getTableRows missing "filter" attribute #494

samuelint opened this issue Aug 12, 2024 · 1 comment

Comments

@samuelint
Copy link

Hi,

rowsApi.getTableRows is missing the filter argument. Making it impossible to query data based on a row value.
There's only tableIdOrName, sort, after, limit, properties but the API indicate that filter is available. There's even a reference in the getTableRows function description.

public async getTableRows(tableIdOrName: string, sort?: Array<string>, after?: string, limit?: number, properties?: Array<string>, _options?: Configuration): Promise<RequestContext> {

@thomas-j-moffett
Copy link

It seems this has been a problem for nearly 3 years now: #125

And there still doesn't seem to be any action taken to make this API client method more useful. How can you guys talk about this all over the HubDB API documentation for filtering and in the main API client method that does this stuff, you can't even support the filter?? But you have the ability to take "sort" arguments??

The method is basically useless unless you're getting all table rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants