Skip to content

Commit

Permalink
Add workspace REST API invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Jewell committed Mar 27, 2016
1 parent 59e105a commit b031fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CUSTOMIZING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ An extension is a set of code and resources that are packaged into a plugin that

#### IDE Extensions
IDE extensions are compiled into JavaScript with other extensions to create a single, JavaScript application. You can package many extensions together into a single JavaScript application. The JavaScript application is cross-browser optimized. You can debug extensions and perform execution traces from within the browser of extension code. IDE extensions can invoke REST services that are running within the Che server or within a workspace. Che provides default workspace REST APIs or you can provide your own with workspace extensions.
* * TODO: Invoking Workspace APIs
* [Invoking Workspace REST APIs](https://eclipse-che.readme.io/v4.0/docs/calling-workspace-apis)
* * TODO: Invoking Che APIs
* * TODO: Register Project Type
* * TODO: Menus
Expand Down

0 comments on commit b031fed

Please sign in to comment.