-
Notifications
You must be signed in to change notification settings - Fork 54
chore: add userIsPaying
to the env var interface
#415
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
Conversation
Add documentation for `APIFY_USER_IS_PAYING` environmental variable. - This is followup of these changes: - apify/apify-sdk-js#415 - apify/apify-shared-python#40 - apify/apify-sdk-python#507 --------- Co-authored-by: stepskop <[email protected]> Co-authored-by: stepskop <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! few ideas before we merge:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving final review to Jindra
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks! 🚀
Adds
APIFY_USER_IS_PAYING
environmental variable asuserIsPaying
to theApifyEnv
interface.PR adding it to the documentation is here: apify/apify-docs#1706