Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.4 KB

AHQ Store Apps Repo

This is the repo that stores AHQ Store apps and user data. Note that all the information provided is publically available and accessible to all and can be deleted as well. Refer to our Privacy Policy for details:

Usage

Go to #3 and use the bot available there

Commands

Last Updated: 30-Aug-2024

  • /account create <link>
    • Creates an account
    • <link> Link to a file with the schema
  • /account mutate <link>
    • Update your account
    • <link> Link to a file with the schema
  • /account remove <id>
    • Removes your account
    • <id> Your autogenerated account id
  • /store set <link>
    • Adds/Updates an app to the store
    • <link> Link to a file with the schema ↗
  • /store remove <id>
    • Removes an app from the store
    • <id> Your (custom set, permanent) App Id

Account Schema

File Format: json

Schema:

{
  "name": "string"
}