Coder Social home page Coder Social logo

llorllale / youtrack-api Goto Github PK

View Code? Open in Web Editor NEW
12.0 3.0 0.0 5.98 MB

Fluent, object-oriented Java wrapper for YouTrack's REST API.

Home Page: https://llorllale.github.io/youtrack-api

License: Other

Java 99.10% XSLT 0.24% Shell 0.44% Dockerfile 0.22%
youtrack youtrack-client java api api-client fluent-api oop

youtrack-api's Introduction

youtrack-api icon

EO principles respected here

codecov Build Status Maven Central PDD status Javadocs License

youtrack-api is a fluent, object-oriented Java API for YouTrack. Visit the project's site for more info.

Here's a snippet of its usage:

final YouTrack youtrack = new DefaultYouTrack(
    new PermanentToken(new URL("http://youtrack"), "your_token")
);
final User leader = youtrack.users()        //Users API under construction - see #246
  .filter(u -> u.loginName().equals("mike"))
  .findFirst().get();
youtrack.projects()
    .create("TP", "Test Project", leader)   //creates project
    .issues()
    .create("summary", "description")       //creates issue
    .comments()
    .post("Hello World!");                  //posts comment to the issue

Dependencies

Feedback

Please direct any questions, feature requests or bugs to the issue tracker.

How do I contribute?

Please view our guidelines for contributing here.

License

youtrack-api is licensed under the Apache License, Version 2.0. A copy of the license has been included in LICENSE.


Icon made by Freepik from www.flaticon.com is licensed by CC BY 3.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.