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

Get product transactions endpoint #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TobiasDeBruijn
Copy link
Member

This PR adds an endpoint to fetch ProductTransactions. queryable with a unix epoch timestamp in seconds.

If 1666811215 is given as the date parameter, all transactions on the date 2022-10-26 will be returned:

[
    {
        "name": "Racer 5 India Pale Ale, Bear Republic Bre",
        "id": 25,
        "amount": 6
    },
    {
        "name": "Hummus",
        "id": 23,
        "amount": 1
    }
]

@SamStaijen
Copy link

What is the status on this branch? As it is now >2 years old. is it still active, can it be closed, or should it be merged?

@TobiasDeBruijn
Copy link
Member Author

No clue anymore tbh

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

Successfully merging this pull request may close these issues.

2 participants