Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/interface cleanup #6

Merged
merged 2 commits into from
Aug 1, 2024
Merged

Conversation

brandonhenricks
Copy link
Owner

No description provided.

Changed `ExtractValues` method in `ExpressionExtensions.cs` from `public` to `internal`. Added `cancellationToken` parameter to `ProcessAsync` method in `IProcessor.cs` with a default value of `default`.
Added a new section titled "Using IXperienceDataContext Example" to the README.md file. This section includes a `ContentService` class demonstrating how to use the `IXperienceDataContext` interface. The `ContentService` class features two methods, `GetContentItemAsync` and `GetPageContentAsync`, which retrieve content items and page content asynchronously using the fluent API provided by `IContentItemContext` and `IPageContentContext`.
@brandonhenricks brandonhenricks self-assigned this Aug 1, 2024
@brandonhenricks brandonhenricks added the documentation Improvements or additions to documentation label Aug 1, 2024
@brandonhenricks brandonhenricks merged commit c1eaa45 into master Aug 1, 2024
3 checks passed
@brandonhenricks brandonhenricks deleted the feature/interface-cleanup branch August 1, 2024 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants