Groups
gAPI allows to associate APIs to an application group.
These groups don’t have any logic associated, they exists simply to better organize your APIs.
Create a group
- Open the dashboard
- Navbar button “Apps”
- Create Application
- Fill in the form and save
Associate API with Application Group
- Open the dashboard
- Open API information
- API configuration section
- From “Associated Application Group”, select the group you want to associate the API to
- Associate button
Database table
When using relational database, the table where groups are stored is: gapi_services_groups. This table contains a name, an identifier and a reachable status.
Each service contains a column/attribute which is a foreign key to the group’s identifier.