The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
I need to understand this API, and write the assignment in Python. I am trying to do it in Python but struggling, will be tipped generously.
Â
A Card is the smallest data unit that represents information about an entity. These cards can besaved into decks that are owned by users. Thus, A deck is a collection of cards.// deck list endpoint, lists all decks for a user with minimal metadata// paginated using pageToken params// pageToken retrieves specific page of results// GET users/{username}/decks{"decks": [{"id": string,"desc": string,},...],"nextPageToken": string,"resultSizeEstimate": integer}// deck endpoint, gets the specified deck// GET /decks/{id}{"id": string,"desc": string,"cards": [{"id": string,"title": string,"payload": {...}},...]}
Attachments:
-----------