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 63abe402001b058a830e439aec07b16a314b1f01 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