Get parameter accessToken is required.
- GET
/feed/trending
- GET
/feed//your
- GET
/feed/search/:tag
- GET
/feed/blog
- POST
/blog/:tumblrUsername/share/:brickId
with post datatag
,type
andbrickID
- POST
/user/follow/:blogName
- POST
/user/update
updates a user with the posted (and whitelisted) fields. - POST
/user/login
updates or create a user
src/init
src/actions
is where to put stuff to yield for insrc/index.js
src/middleware
is for middlewaressrc/controller
src/model
src/service
src/scoreRules