Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lioness100/free-duolingo-plus
/ functions
Functions
11 in github.com/Lioness100/free-duolingo-plus
⨍
Functions
11
◇
Types & classes
7
↓ 1 callers
Method
create_account
Creates a new user via the provided referral code (see [`UserCreationData`]), and constructs a [`AccountData`] from it.
src/duo_api.rs:135
↓ 1 callers
Method
create_credentials
Creates credentials for the user (see [`UserCredentialsData`]) from [`AccountData`].
src/duo_api.rs:157
Method
default
Creates a new [`UserCreationSignal`] with the default values.
src/duo_api.rs:30
Method
from
Finds the JWT token from the request to be reused on the next request as a form of authentication, and then deserializes the response as JSON to retri
src/duo_api.rs:83
Function
incorrect_characters_code
()
src/duo_api.rs:210
Function
incorrect_length_code
()
src/duo_api.rs:201
Function
main
CLI entrypoint.
src/main.rs:51
Method
parse_code
Validates a referral code. If a link is given, the base will be stripped, leaving (hopefully) just the code. It must be a 26-length string of ascii_al
src/duo_api.rs:124
Function
undercase_code
()
src/duo_api.rs:195
Function
valid_code
()
src/duo_api.rs:181
Function
valid_link
()
src/duo_api.rs:187