Created
May 2, 2016 14:11
-
-
Save corbanbrook/61d75eb07aab452bc4b09794db41026e to your computer and use it in GitHub Desktop.
Things to strip out of root and child posts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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