Select the types of activity you want to include in your feed.
1meta { 2 name: get-all-songs 3 type: http 4 seq: 1 5} 6 7get { 8 url: http://localhost:3003/songs 9 body: none 10 auth: inherit 11} 12 13settings { 14 encodeUrl: true 15}