Welcome to our FREE - Financial Resilience and Education for Ex-gamblers! This API allows you to manage accounts, predict levels of online gambling addiction, report online gambling links.
MASIH_RAHASIA.com
GET/
Response: { status: "success", message: "Welcome to our FREE - Financial Resilience and Education for Ex-gamblers!" }
- Signup
POST /register
Body | Type |
---|---|
email |
string |
username |
string |
password |
string |
Response: Sebuah user registration details atau error message.
- Login
POST /login
Body | Type |
---|---|
username |
string |
password |
string |
Response: Sebuah login details atau login failed details atau error message.
- getUser
POST /getUser
Body | Type |
---|---|
email |
string |
- Report Link
PUT /user/report
Body | Type |
---|---|
urlJudol |
string |
Message: Link was reported.
- Online Gambler Predictions
POST /askPredict
Body | Type |
---|---|
newRegister |
number |
transaction_amount |
number |
user_total_cashout |
number |
company_total_cashout |
number |
user_total_balance |
number |
Message: Model is predicted successfully.
- Get Material Data
GET /getMateri
Message: All material data has been obtained.
src
│
├── controllers
│ ├── // controller
│ └── // authController
│
├── config
│ └── // firebase
│
├── exceptions
│ ├── // clientError
│ └── // inputError
│
├── JSON
│ ├── // INI-PENTING
│ └── // INI-PENTING-BRO
│
├── routes
│ └── // apiRoutes
│
├── services
│ ├── // getAdvice
│ ├── // getPredict
│ └── // storeData
│
└── server