warriordog / ActivityPubSharp

Modular implementation of ActivityPub in C#
https://warriordog.github.io/ActivityPubSharp/
Mozilla Public License 2.0
45 stars 9 forks source link

Implement JSON-LD context use cases #143

Closed warriordog closed 9 months ago

warriordog commented 9 months ago

Implement following low-level use cases:

Final call graph will look like this:

IGetJsonLDContext -> IReadJsonLDContext
                  -> IJsonLDContextCache

IWriteJsonLDContext
warriordog commented 9 months ago

nevermind, this is really not that useful.