Skip to content

Dataset / KVS methods do not accept signature as a param #517

@barjin

Description

@barjin

Since apify/apify-client-js#761, JS client supports use cases like e.g.

await client.dataset(datasetId).listItems({ signature: 'someSignature' });

This allows users to access a specific resource they might not have access to otherwise.

The Python client doesn't accept the signature param in those methods (see e.g. here), which blocks this use case.

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions