Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save corbanbrook/61d75eb07aab452bc4b09794db41026e to your computer and use it in GitHub Desktop.
Save corbanbrook/61d75eb07aab452bc4b09794db41026e to your computer and use it in GitHub Desktop.
Things to strip out of root and child posts
Strip from root post:
- body
- oembed
- media
- children (on list endpoint)
Strip from child post:
- context
- tags
- collection_id
- status
- like_count (not needed for now so lets take it off until we need it)
- comment_count (not needed for now so lets take it off until we need it)
- views (not needed for now so lets take it off until we need it)
- children (pretty sure we wont be supporting children of children for a while so lets strip it until we need it)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment