-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Support several AHK branches.
API requests
Item requests go to /items/:branch/list, /items/:branch/describe/:id etc.
Same for stdlib requests.
Add an API method to get all supported branches.
DB
- Either set up different tables (different DBs?) for different branches,
- or make the combination of item ID and branch be the primary key
- i.e. allow several items with the same ID as long as they are on different branches
schema
Does the branch have to be specified in the schema?
defining branches
Support defining branches either through a DB table or (more likely) through configuration files.
Reactions are currently unavailable