n8n
n8n copied to clipboard
feat: Projects API
Summary
Add projects API for dealing with projects. This is just the basics for now.
Review / Merge checklist
- [x] PR title and summary are descriptive. Remember, the title automatically goes into the changelog. Use
(no-changelog)
otherwise. (conventions) - [x] Tests included.
A bug is not considered fixed, unless a test is added to prevent it from happening again. A feature is not complete without tests.