Skip to content

ats124/backlog4net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backlog4net

Build Status on VSTS License

Backlog4net is a port of Backlog4j.

Installation

Getting started from downloading NuGet packages.

PM> Install-Package backlog4net

Usage

using Backlog4net;
using Backlog4net.Api
using Backlog4net.Api.Option
using Backlog4net.Conf
async Task Main()
{
    var conf = new BacklogJpConfigure("space_key");
    conf.ApiKey = "api_key";
    var backlogClient = new BacklogClientFactory(conf).NewClient();
    var issue = await backlogClient.CreateIssueAsync(
        new CreateIssueParams(12345, "issue-title", 1111, IssuePriorityType.Normal)
        {
            Description = "issue-description",
        });
}

License

MIT

About

Backlog4net is a port of Backlog4j and it also means nulab Backlog binding library for .NET.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages