warriordog / ActivityPubSharp

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

SimpleClient: use TypeMap instead of ASType #115

Open warriordog opened 11 months ago

warriordog commented 11 months ago

Refactor SimpleClient to work with TypeMap instead of ASType. We will need to inspect the TypeMap to enumerate all the component types, then we can probably re-use the existing generic code.

More info: #112