We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6688285 commit 5babf98Copy full SHA for 5babf98
src/data/api-categories.mjs
@@ -11,16 +11,5 @@ export const packageCategories = {
11
'rest-api': 'api',
12
'in-app-messaging': 'in-app-messaging'
13
}
14
- },
15
- 'amplify-data': {
16
- API_CATEGORIES: {
17
- auth: 'auth',
18
- storage: 'storage'
19
20
- API_SUB_CATEGORIES: {
21
- analytics: 'analytics',
22
- 'rest-api': 'api',
23
- 'in-app-messaging': 'in-app-messaging'
24
- }
25
26
};
src/directory/apiReferences/amplify-data.json
0 commit comments