Any way to use org.jetbrains.plugins.github API in a plugin? Follow
Answered
Hi, I'm trying to implement GitHub integration into my plugin, and I was wondering if there was a way I could use the API from the internal "github" plugin in my plugin.
I read instructions on how to use it here: https://github.com/JetBrains/intellij-community/tree/master/plugins/github/src/org/jetbrains/plugins/github/api, but I can't seem to import the correct libraries (org.jetbrains.plugins.github).
Is there any way I would be able to use this plugin API in my plugin? I apologize if I missed something trivial, I'm fairly new to plugin development.
Please sign in to leave a comment.
Solved: see https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Hi Nevin, Can you provide some reference or detail steps how are you able to call GitHub API from plugin, I tried searching over internet but no luck.