Create a client instance
Client initialization parameters
const client = contentfulManagement.createClient({ accessToken: 'myAccessToken'}) Copy
const client = contentfulManagement.createClient({ accessToken: 'myAccessToken'})
Optional
The nested (legacy) client is deprecated and will be removed in the next major version. Use the plain client instead.
Create a client instance