command
module
Version:
v0.0.0-...-391b30a
Opens a new window with list of versions in this module.
Published: Dec 5, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Click Utah Backend
API that manages Click Utah's authentication and database
Coolify
Persistent Storage
Directory Mount
- Source Directory :
/data/coolify/applications/*/data
- Destination Directory :
/app/data
API Endpoints
/time
Request body
Response
string time : Server time
stirng version : API version
/signup
Request body
string email : Email
string password : Password
string name : Name
Response
boolean error : Error flag
string email : Email
string name : Name
string uid : UID
number count : Click count
/signin
Request body
string email : Email
string password : Password
Response
boolean error : Error flag
string email : Email
string name : Name
string uid : UID
number count : Click count
number token : Token
/user
Request body
string uid : UID
number token : Token
Response
boolean error : Error flag
string email : Email
string name : Name
string uid : UID
number count : Click count
/rename
Request body
string uid : UID
string name : Name
number token : Token
Response
boolean error : Error flag
string email : Email
string name : Name
string uid : UID
number count : Click count
/click
Request body
string uid : UID
number token : Token
Response
boolean error : Error flag
string email : Email
string name : Name
string uid : UID
number count : Click count
/leaderboard
Request body
string uid : UID
number token : Token
Response
boolean error : Error flag
array leaderboard
string email : Email
string name : Name
string uid : UID
number count : Click count
number timestamp : Timestamp
Error Flag
Response when error flag is true
boolean error : Error flag
string message : Error message
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.