Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at de6347c31c28038597016d3db545507f4e9b2cc7 14 lines 221 B view raw
1UserId: Entity[str] = EntityJson( 2 type='User', 3 path='$.user_id', 4 coerce_type=True 5) 6 7EventType: Entity[str] = EntityJson( 8 type='EventType', 9 path='$.event_type', 10 coerce_type=True 11) 12 13ActionName=GetActionName() 14