librcekunit 1.2.0

a pure library implementation into rust programming language for admin panel cekunit
Documentation
############################################
# BASE CONFIG
############################################

# Base host URL (no trailing slash)
BASE_URL=

############################################
# AUTH CONFIG
############################################

# Account identity
USER_EMAIL=
USER_PASSWORD=

# Authentication routes
LOGIN_ENDPOINT=
LOGOUT_ENDPOINT=

############################################
# DASHBOARD
############################################

# Main listing view
DASHBOARD_ENDPOINT=

# Data export route
CEKUNIT_EXPORT_ENDPOINT=

# Unique filter source
CEKUNIT_UNIQUE_ENDPOINT=

# Category removal action
CEKUNIT_DELETE_CATEGORY_ENDPOINT=

# Global purge action
DELETE_ALL_ENDPOINT=

# Single resource route (id appended automatically)
CEKUNIT_ITEM_ENDPOINT=

############################################
# INPUT USER
############################################

# User input interface
INPUT_USER_ENDPOINT=

# Export from input module
INPUT_USER_EXPORT_ENDPOINT=

INPUT_DATA_ENDPOINT=

PIC_ENDPOINT=
INPUT_PIC_ENDPOINT=
PIC_ITEM_ENDPOINT=

USERS_ENDPOINT=
USERS_ITEM_ENDPOINT=