Your one account server for everything able
Find a file
2024-11-23 08:11:19 +05:00
src Initial database operations 2024-11-23 08:11:19 +05:00
.gitignore initial commit 2024-11-22 09:08:46 +05:00
Cargo.lock Initial database operations 2024-11-23 08:11:19 +05:00
Cargo.toml Initial database operations 2024-11-23 08:11:19 +05:00
README.md initial commit 2024-11-22 09:08:46 +05:00
rust-toolchain.toml initial commit 2024-11-22 09:08:46 +05:00
shell.nix initial commit 2024-11-22 09:08:46 +05:00

ABUELO

Abuelo is an open source profile service meant to organize development around AbleOS and related projects. The rest of this document is documentation for the API

GET /abuelo/user/:username

Return information about a particular user in the following format:

{
    "success" : Boolean,
    "message" : String,
    "username" : String,
    "email" : String
}
  • success: if the user is found successfully then the value returned is true
  • message: if success is false, contains an error message to give to the user
  • username: