MagiCircles / MagiCircles/SchoolIdolAPI

[Help] Fetch all cards in Tomodachi account without Tomodachi id

Open
#191 1 comment 0 reactions 0 assignees View on GitHub
bug community ready
Dominant language
Python
Stars
151
Forks
29
PR merge metrics
No merged PRs in 30d

Description

I am trying to download a list of cards in my Tomodachi account via the API.

I am able to do this with

> http://schoolido.lu/api/ownedcards/?owner_account={id}&stored=Deck&expand_card

whereby {id} is the numeric id of the SIF account added to my Tomodachi profile. I obtained this id by logging into Tomodachi on my browser and going to my user API

> http://schoolido.lu/api/users/{username}/

Is it possible to download a public Tomodachi account's cards without going through this method since it requires an authentication?

Any help is appreciated! Thanks!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the /api/ownedcards/ and /api/users/{username}/ endpoints described in the issue, and review how the owner_account parameter and authentication are handled. Done means establishing whether a public Tomodachi account can expose its cards without the numeric SIF account ID or authentication, then documenting the supported behavior or required API change.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
api, authentication, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.