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
As a developer, I want to have access to additional fetch options when initializing the dotCMS client library so that I can have more control over the API calls made by the SDK.
Additionally, I would like to have a more intuitive API structure, where instead of using client.getPage and client.getNav, I can use client.page.get and client.nav.get.
The content you are editing has changed. Please copy your edits and refresh the page.
Parent
#26644
User Story
As a developer, I want to have access to additional fetch options when initializing the dotCMS client library so that I can have more control over the API calls made by the SDK.
Additionally, I would like to have a more intuitive API structure, where instead of using
client.getPage
andclient.getNav
, I can useclient.page.get
andclient.nav.get
.Acceptance Criteria
Proposed Objective
Core Features
Proposed Priority
Priority 3 - Average
External Links... Slack Conversations, Support Tickets, Figma Designs, etc.
method
andbody
and maybe something else, we need to do some research here.client.page.save
orclient.workflow.trigger
.Assumptions & Initiation Needs
Quality Assurance Notes & Workarounds
The text was updated successfully, but these errors were encountered: