forked from zapadi/redmine-net-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Using proxy
alinach edited this page May 16, 2016
·
1 revision
####Using proxy
RedmineManager handles proxy servers.
Example:
var host = "<host>";
var apiKey = "<api-key>";
IWebProxy webProxy = WebRequest.GetSystemWebProxy();
RedmineManager manager = new RedmineManager(host, apiKey, webProxy);
- Introduction
- Authentication
- User impersonation
- Using proxy
- CRUD Operations
- List Operations
- Specific operations
- Attachments - Upload file - Download file
- Issues - Add watcher to issue - Remove watcher from issue
- Users - Get current user
- Groups - Add user to group - Remove user from group
- Wiki pages - Get wiki page - Get all wiki pages - Create/Update wiki page - Delete wiki page