Thanks to visit codestin.com
Credit goes to github.com

Skip to content

collinprice/Generics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Usage:

API is accessed through GET requests.

User Access:

  • Create user

    • command: create
    • variables: username, password
    • return variable: user_id
  • Authenticate user

    • command: authenticate
    • variables: username, password
    • return variables: user_id
  • Set user variables

    • command: user_set
    • variables: userID, key=value, ...
    • return variables: [key=boolean]
  • Get user variables

    • command: user_get
    • variables: userID, key
    • return variables: [key=value]

App Access:

  • Set app variables

    • command: app_set
    • variables: key=value, ...
    • return variables: [key=boolean]
  • Get app variables

    • command: app_get
    • variables: key
    • return variables: [key=value]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages