n8n/packages/nodes-base
Iván Ovejero eb2f14d06d
Add Reddit Node (#1345)
* Set up initial scaffolding and auth

* Add grant type to credentials

* Add Account operations and OAuth2 request

* Add post submission functionality

* Refactor resources into resource descriptions

* Refactor request for no auth URL

* Refactor submission description for consistency

* Add listing resource

* Refactor My Account resource into details

* Add request for all items

* Add listings for specific subreddits

* Fix minor linting details

* Add subreddit resource

* Add All-Reddit and Subreddit resource descriptions

* Adjust display options for credentials

* Add subreddit search functionality

* Clean up auth parameter

* Add user resource with GET endpoint

* Add user description

* Add submission search and commenting functionality

* Clean up logging and comments

* Fix minor details

* Fix casing in properties

* Add dividers to execute() method

* Refactor per feedback

* Remove unused description

* Add punctuation to property descriptions

* Fix resources indentation

* Add resource dividers

* Remove deprecated sidebar option

* Make subreddit:get responses consistent

* Remove returnAll and limit from subreddit:get

* Flatten user:get response for about

* Rename comment target property

* Remove best property from post:getAll

* Enrich subreddit search by keyword operation

* Remove unneeded scopes

* Add endpoint documentation

* Add scaffolding for post comment

* Add all operations for postComment resource

* Add all operations for post resource

* Refactor subreddit:getAll

* Fix postComment:getAll

* Flatten responses for profile:get

*  Improvements

* Fix response traversal for postComment:add

* Flatten response for postComment:reply

* Fix subreddit:getAll with keyword search

* Fix pagination to enforce limit

* Wrap unauthenticated API call in try-catch block

* Add 404 error for empty array responses

* Revert "Fix pagination to enforce limit"

This reverts commit 72548d9523.

* Turn user:get (gilded) into listing

*  Small improvement

*  Improve Reddit-Node

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-04 09:37:03 +01:00
..
credentials Add Reddit Node (#1345) 2021-02-04 09:37:03 +01:00
nodes Add Reddit Node (#1345) 2021-02-04 09:37:03 +01:00
src Add RAW data mode to GoogleSheet-Node 2019-07-10 16:14:55 +02:00
test 📚 Update development cycle documentation and add placeholder tests 2019-08-14 13:45:18 +02:00
gulpfile.js Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00
LICENSE.md 📚 License text fix 2020-09-15 07:55:09 +02:00
package.json Add Reddit Node (#1345) 2021-02-04 09:37:03 +01:00
README.md Merge branch 'Master' into 'Pipedrive-OAuth2-support' 2020-07-23 16:51:05 -04:00
tsconfig.json Make sure that Node Codex get included in build 2021-01-14 14:53:14 +01:00
tslint.json 👕 Add quotemark rule to tslint (#1330) 2021-01-13 09:00:07 +01:00

n8n-nodes-base

n8n.io - Workflow Automation

The nodes which are included by default in n8n

npm install n8n-nodes-base -g

License

Apache 2.0 with Commons Clause

Additional information about license can be found in the FAQ