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

OSOE-617: Content management API client in Lombiq.OrchardCoreApiClient #816

Merged
merged 7 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<PackageReference Include="Lombiq.Hosting.Tenants.Management.Tests.UI" Version="7.0.1" />
<PackageReference Include="Lombiq.JsonEditor.Tests.UI" Version="7.0.2" />
<PackageReference Include="Lombiq.LoginAsAnybody.Tests.UI" Version="3.0.0" />
<PackageReference Include="Lombiq.OrchardCoreApiClient.Tests.UI" Version="5.0.1-alpha.1.osoe-838" />
<PackageReference Include="Lombiq.OrchardCoreApiClient.Tests.UI" Version="5.0.1-alpha.2.osoe-617" />
<PackageReference Include="Lombiq.Privacy.Tests.UI" Version="8.0.1" />
<PackageReference Include="Lombiq.HelpfulExtensions.Tests.UI" Version="8.0.1" />
<PackageReference Include="Lombiq.Tests.UI" Version="10.0.1" />
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note that this solution also has an Orchard 1 counterpart, [Lombiq's Open-Source
- [`Lombiq.HelpfulLibraries.Refit`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.Refit): Adds helpers for working with [Refit](https://github.com/reactiveui/refit).
- [`Lombiq.HelpfulLibraries.RestEase`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.RestEase): Adds a typed HTTP client to the service collection using RestEase.
- [`Lombiq.HelpfulLibraries.Targets`](https://github.com/Lombiq/Helpful-Libraries/tree/dev/Lombiq.HelpfulLibraries.Targets): Targets project which references all Helpful Libraries. Only necessary for NuGet publishing, just as _Lombiq.HelpfulLibraries.sln_.
- [`Lombiq.OrchardCoreApiClient`](https://github.com/Lombiq/Orchard-Core-API-Client): A client library for communicating with the [Orchard Core](https://www.orchardcore.net/) web APIs, it contains an implementation for the tenant management API and a console application for testing and demonstration.
- [`Lombiq.OrchardCoreApiClient`](https://github.com/Lombiq/Orchard-Core-API-Client): A client library for communicating with the [Orchard Core](https://www.orchardcore.net/) web APIs, it contains an implementation for the tenant and content management APIs and a console application for testing and demonstration.
Piedone marked this conversation as resolved.
Show resolved Hide resolved

### Modules

Expand Down
Loading