Daniil Poletaev
Daniil Poletaev
This PR is part of https://github.com/apify/apify-core/issues/19363, which updates `KeyValueStore.getPublicUrl(recordKey)` to generate signed links using HMAC. This PR: - adds signature to actor get-public-url to Apify CLI
This PR adds correct links to JS & Python clients for: - `/v2/actor-builds/:buildId/openapi.json` - `/v2/acts/:actorId/builds/default`
### Feature 1. Deprecate the synchronous method `KeyValueStore.getPublicUrl(key: string)`. 2. Introduce a new asynchronous method `KeyValueStore.getRecordPublicUrl(key: string)`. ### Motivation The current `KeyValueStore.getPublicUrl(key`) method has several issues that impact developer experience,...
### Feature Introduce new methods to the SDK for generating public URLs for items in Datasets and keys in Key-Value Stores. **Specifically, this would add:** - A method to get...