Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugins API #438

Merged
merged 16 commits into from
Dec 22, 2023
Merged

Plugins API #438

merged 16 commits into from
Dec 22, 2023

Conversation

joepavitt
Copy link
Collaborator

Description

  • Adds in API Hooks for Node-RED plugins to extend Dashboard 2.0 server-side functionality
  • Adds a new /_setup endpoint that is called when Dashboard client first loads. This allows the passing of SocketIO config (which was previously hard-coded to assume /dashboard base endpoint.

@joepavitt
Copy link
Collaborator Author

Tests will not pass due to node-red/node-red-node-test-helper#73 - running the fix locally, the tests pass though

@joepavitt joepavitt marked this pull request as ready for review December 22, 2023 16:43
@joepavitt joepavitt merged commit a6ea66f into main Dec 22, 2023
1 check passed
@joepavitt joepavitt changed the title (Draft) Plugins API Plugins API Dec 22, 2023
@joepavitt joepavitt deleted the plugins-api branch December 22, 2023 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant