Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created March 26, 2024 14:50
Show Gist options
  • Save sitefinitySDK/ca883db3e1b923879db2fbc08e006401 to your computer and use it in GitHub Desktop.
Save sitefinitySDK/ca883db3e1b923879db2fbc08e006401 to your computer and use it in GitHub Desktop.
import { RestClient, RestSdkTypes } from '@progress/sitefinity-nextjs-sdk/rest-sdk';
const newsItem = await RestClient.getItem({
type: RestSdkTypes.News,
id: itemId,
provider: itemProvider
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment