Skip to content

Commit 738ad0a

Browse files
committed
docs(documentation): Add missing functions to the properties table for ContentfulSpaceAPI
closes #50
1 parent bda33fa commit 738ad0a

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

lib/create-space-api.js

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,40 @@ import omit from 'lodash/omit'
1111

1212
/**
1313
* @memberof ContentfulSpaceAPI
14-
* @typedef {Object} ClientAPI
14+
* @typedef {Object} ContentfulSpaceAPI
15+
* @prop {function} delete
16+
* @prop {function} update
1517
* @prop {function} getContentType
1618
* @prop {function} getContentTypes
19+
* @prop {function} createContentType
20+
* @prop {function} createContentTypeWithId
1721
* @prop {function} getEntry
1822
* @prop {function} getEntries
23+
* @prop {function} createEntry
24+
* @prop {function} createEntryWithId
1925
* @prop {function} getAsset
2026
* @prop {function} getAssets
27+
* @prop {function} createAsset
28+
* @prop {function} createAssetWithId
29+
* @prop {function} getLocale
30+
* @prop {function} getLocales
31+
* @prop {function} createLocale
32+
* @prop {function} getWebhook
33+
* @prop {function} getWebhooks
34+
* @prop {function} createWebhook
35+
* @prop {function} createWebhookWithId
36+
* @prop {function} getRole
37+
* @prop {function} getRoles
38+
* @prop {function} createRole
39+
* @prop {function} createRoleWithId
40+
* @prop {function} getSpaceMembership
41+
* @prop {function} getSpaceMemberships
42+
* @prop {function} createSpaceMembership
43+
* @prop {function} createSpaceMembershipWithId
44+
* @prop {function} getApiKey
45+
* @prop {function} getApiKeys
46+
* @prop {function} createApiKey
47+
* @prop {function} createApiKeyWithId
2148
*/
2249

2350
/**

0 commit comments

Comments
 (0)