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

Add product API endpoint #103

Merged
merged 4 commits into from
Jun 24, 2021
Merged

Add product API endpoint #103

merged 4 commits into from
Jun 24, 2021

Conversation

ibarakaiev
Copy link
Collaborator

Type of pull request: API improvement

Related issues: Closes #101.


As noted in the linked issue, it can sometimes be helpful to have an API endpoint for individual products, which is what this PR implements. It also fixes a concurrency issue in the current API that leads to dates being empty (the new implementation #96 implements lastUpdated as a promise but the API implementation remained synchronous).

@privacyspy-bot
Copy link

Thanks for submitting this pull request. @milesmcc has been assigned to review these changes, provide feedback, and determine next steps.

If you haven't already, please ensure your changes pass all the automated tests. Look in the "Checks" box below and "Files changed" tab to see test results.

To learn about the PrivacySpy contribution process, check out the contribution guide.

Note to maintainers: if this pull request passes all tests and code reviews, it should be rebased and merged, then the feature branch should be deleted.

@privacyspy-bot privacyspy-bot bot added size/XXL code Related to PrivacySpy's source code frontend How PrivacySpy looks internal A PR comes from an internal feature branch labels Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Related to PrivacySpy's source code frontend How PrivacySpy looks internal A PR comes from an internal feature branch size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a new API endpoint for specific products
2 participants