-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Need end point to load project from github branch #3134
Comments
@nipobhsnro - You have your own code in a branch of a repo and you want to get that into Eclipse Che? If so then the easiest way to do it is to create a new workspace from the user dashboard and import the code using the github URL. Choose a stack that matches the language and runtime type and hit create. Your code will be imported and available in the editor. |
But i need end point for that means I need to do it using api |
I need to create project from github branch (not from master branch) using api |
You can get API docs through swagger by going to You'll need the "workspace" section then look for POST, PUT and DELETE for |
Yes from swagger I am able to create it new project. |
I don't think Che has that capability. You could try creating a command in Not sure if it's relevant to you, but Codenvy does allow you to switch On Mon, Nov 21, 2016 at 11:03 AM, nipobhsnro [email protected]
Brad Micklea | Operations | bmicklea@codenvy.com | 416.707.0792 |
If it can be done in the IDE, then it can be done over API :) Tyler Jewell | CEO | tyler@codenvy.com | 978.884.5355 On Mon, Nov 21, 2016 at 10:23 AM, Brad Micklea [email protected]
|
By using http://ip-address:wsagentportno/wsagent/ext/che/import/project name So is there not be any way like above to import project from github branch? |
@nipobhsnro have you tried using params when importing?
|
@eivantsov 👍 |
I have master github repository and there is one branch in that repo.
I have created project from master branch successfully.
But now I need to create project in eclipse che from github branch.
Can any one please tell me how to do it?
The text was updated successfully, but these errors were encountered: