You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can start by looking at the top level contentfulManagement namespace........
There is no clickable contentfulManagement link anywhere in the docs. Where the heck do I find this?
The ContentfulClientAPI namespace defines the methods at the Client level which allow you to create and get spaces.
Ditto.
The ContentfulSpaceAPI namespace defines the methods at the Space level which allow you to create and get entries, assets, content types and other possible entities.
Ditto.
The Entry, Asset and ContentType namespaces show you the instance methods you can use on each of these entities, once you retrieve them from the server.
Ditto.
These things may in fact exist in the documentation, but there's no obvious way of how to find them!
Something like this is missing from the contentful-management SDK docs.
With that context, I can't for the life of me figure out how to create a Release using the contentful-management SDK, and then how to get/manage existing releases. Can someone point me in the right direction?
The text was updated successfully, but these errors were encountered:
I'm sorry, but the documentation for contentful-management.js is just completely unusable. The main page says:
There is no clickable
contentfulManagement
link anywhere in the docs. Where the heck do I find this?Ditto.
Ditto.
Ditto.
These things may in fact exist in the documentation, but there's no obvious way of how to find them!
Compare this to the content delivery library docs (https://contentful.github.io/contentful.js/contentful/10.2.0/). Which has a nice simple Overview section and then calls out directly exactly what you can do with the SDK:
Something like this is missing from the contentful-management SDK docs.
With that context, I can't for the life of me figure out how to create a Release using the contentful-management SDK, and then how to get/manage existing releases. Can someone point me in the right direction?
The text was updated successfully, but these errors were encountered: