n8n/packages/nodes-base/nodes/Reddit
Jonathan Bennetts 5ba4c27d8c
feat(Reddit Node): Add possibility to query saved posts (#3034)
* chore: add nvmrc with required node version

* feat: added saved posts to reddit node with credentials on User resource

* Changed Details order

* Fixed lint issue

* Moved saved posts to profile as it only works for the logged in user, This avoids the breaking change

* Removed .nvmrc

*  Improvements

Co-authored-by: Yassine Fathi <hi@m4tt72.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-03-27 10:57:45 +02:00
..
GenericFunctions.ts feat(Reddit Node): Add possibility to query saved posts (#3034) 2022-03-27 10:57:45 +02:00
PostCommentDescription.ts
PostDescription.ts
ProfileDescription.ts feat(Reddit Node): Add possibility to query saved posts (#3034) 2022-03-27 10:57:45 +02:00
Reddit.node.json
Reddit.node.ts feat(Reddit Node): Add possibility to query saved posts (#3034) 2022-03-27 10:57:45 +02:00
reddit.svg
SubredditDescription.ts
UserDescription.ts