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 106145d75ff4dc44f9ce3a2de38ab39bfbca6689 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