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

How to add a self made connector? #1175

Closed
RepSklvska opened this issue Aug 18, 2022 · 2 comments
Closed

How to add a self made connector? #1175

RepSklvska opened this issue Aug 18, 2022 · 2 comments

Comments

@RepSklvska
Copy link

The existed connectors are not enough for my usages, how to make my own connector and add it?
Btw, why can't use rest-connector? Is there any documents about it?

@aigloss
Copy link
Collaborator

aigloss commented Nov 25, 2022

Hi @RepSklvska ,

In current version, just implement your connector (check the existing ones for examples) and register it in your conf using something like:

{
    use: [
        ...,
        {
            className: <name used to export your connector class>,
            path: <path to your custom connector file>
        },
        ...
    ]
}

@aigloss
Copy link
Collaborator

aigloss commented Dec 3, 2022

Closing due to inactivity. Please, re-open if you think the topic is still alive.

@aigloss aigloss closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2022
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

No branches or pull requests

2 participants