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 collection feature #19

Merged
merged 2 commits into from
Dec 22, 2022
Merged

Add collection feature #19

merged 2 commits into from
Dec 22, 2022

Commits on Dec 22, 2022

  1. #18 Add function to mark cards as owned

    Keep track of your cards with new collection APIs.
    - POST /v1/cards/{cardId}/collection adds a card to collection
    - DELETE /v1/cards/{cardId}/collection removes a card from collection
    vlmaier committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    696c10e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d618b1a View commit details
    Browse the repository at this point in the history