warriordog / ActivityPubSharp

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

factor out the TypeMap structure into a standalone TypeGraph package #135

Open warriordog opened 9 months ago

warriordog commented 9 months ago

As a long-term enhancement, pull up all of the non-AP parts of TypeMap, ASEntity, and IASModel into a standalone module in its own package. It can be published as an even lower-level utility for code that works with SA-shaped data that doesn't actually follow the AS standard.