Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lioness100/free-duolingo-plus
/ types & classes
Types & classes
7 in github.com/Lioness100/free-duolingo-plus
⨍
Functions
11
◇
Types & classes
7
Class
AccountData
All relevant data from creating the user needed to create credentials. This includes the user ID and the JWT token returned from the API when creating
src/duo_api.rs:74
Class
Args
src/main.rs:31
Class
DuoApi
Stores the [`reqwest::Client`] used to make requests to the API and all functionality relevant to sending requests to the API.
src/duo_api.rs:100
Class
UserCreationData
src/duo_api.rs:45
Class
UserCreationResponse
src/duo_api.rs:67
Class
UserCreationSignal
src/duo_api.rs:22
Class
UserCredentialsData
src/duo_api.rs:56