towerofnix / scratch-api-unofficial-docs

Unofficial documentation for the Scratch API.
https://towerofnix.github.io/scratch-api-unofficial-docs/
54 stars 13 forks source link

Add new /users/<name>/following/users/activity endpoint #50

Closed towerofnix closed 3 years ago

towerofnix commented 5 years ago

Replaces the old proxy endpoint /proxy/users/<name>/activity. The objects returned are in a slightly different format. Example:

{
  id: 28090355,
  datetime_created: '2018-11-15T20:32:07.000Z',
  actor_username: 'ceebee',
  actor_id: 2755634,
  project_id: 262477017,
  title: 'Everybody Wants to be Famous MAP',
  type: 'shareproject'
}