/Atlassian.Jira/IWebClient.cs
https://bitbucket.org/yyo/atlassian.net-sdk-v2.0 · C# · 13 lines · 12 code · 1 blank · 0 comment · 0 complexity · 6bb08cd28f00138e005c448f4ace6b3c MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace Atlassian.Jira
- {
- public interface IWebClient
- {
- void AddQueryString(string key, string value);
- void Download(string url, string fileName);
- }
- }