KristofferStrube.ActivityStreams
0.1.0-alpha.2
Prefix Reserved
See the version list below for details.
dotnet add package KristofferStrube.ActivityStreams --version 0.1.0-alpha.2
NuGet\Install-Package KristofferStrube.ActivityStreams -Version 0.1.0-alpha.2
<PackageReference Include="KristofferStrube.ActivityStreams" Version="0.1.0-alpha.2" />
paket add KristofferStrube.ActivityStreams --version 0.1.0-alpha.2
#r "nuget: KristofferStrube.ActivityStreams, 0.1.0-alpha.2"
// Install KristofferStrube.ActivityStreams as a Cake Addin #addin nuget:?package=KristofferStrube.ActivityStreams&version=0.1.0-alpha.2&prerelease // Install KristofferStrube.ActivityStreams as a Cake Tool #tool nuget:?package=KristofferStrube.ActivityStreams&version=0.1.0-alpha.2&prerelease
introduction
A .NET implementation of the Activity Streams vocabulary in the form of classes that can be serialized using System.Text.Json
The specifications can be seen here: https://www.w3.org/TR/activitystreams-vocabulary/
These types are famously used in the ActivityPub specification which is used in the Fediverse including Mastodon.
We have chosen that it should also implement the properties that are specific to ActivityPub as these don't change any of the existing properties and because they are very few.
This implementation is still being developed, so progress is still very limited.
Goals
- Add classes for Core Types.
- Add class for Object
- Add class for Link
- Add class for Activity
- Add class for IntransitiveActivity
- Add class for Collection
- Add class for OrderedCollection
- Add class for CollectionPage
- Add class for OrderedCollectionPage
- Add extended classes for Activity Types.
- Add extended classes for Actor Types.
- Add extended classes for Object and Link Types.
- Add properties specific to ActivityPub
- Add support for retrieving @context JSON-LD defintions.
- Add support for serializing
- Look into the Implementation Notes that hint at Ease-Of-Use-Scenarios.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.2.3 | 251 | 4/22/2024 |
0.2.2 | 111 | 4/8/2024 |
0.2.1 | 560 | 8/13/2023 |
0.2.0 | 192 | 5/1/2023 |
0.1.0 | 442 | 1/10/2023 |
0.1.0-alpha.6 | 102 | 1/7/2023 |
0.1.0-alpha.5 | 144 | 11/30/2022 |
0.1.0-alpha.4 | 101 | 11/30/2022 |
0.1.0-alpha.3 | 98 | 11/30/2022 |
0.1.0-alpha.2 | 99 | 11/29/2022 |
0.1.0-alpha.1 | 98 | 11/28/2022 |
0.1.0-alpha.0 | 93 | 11/28/2022 |