GithubHelp home page GithubHelp logo

vertex-github / pivotal Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sanity/pivotal

0.0 0.0 0.0 113 KB

A fluent Java 8 library to access the Pivotal Tracker API, released under the LGPL by OneSpot

License: GNU Lesser General Public License v3.0

Java 100.00%

pivotal's Introduction

Fluent Pivotaltracker java client

A fluent Java 8 library to access the Pivotal Tracker API, initially created by OneSpot and released under the LGPL, now maintained by Ian Clarke.

  PivotalTracker pivotalTracker = new PivotalTracker(PIVOTAL_API_TOKEN);

  List<Story> stories = pivotalTracker.projects().id(PROJECT_ID)
                .stories()
                .withFields(owners, accepted_at, estimate)
                .acceptedAfter(now().minus(2 * 30 * 24, HOURS))
                .getAll();
  
  stories.forEach((s) -> {
      System.out.println(s.getName());
  });

The library is far from complete, the API is perhaps only 10% supported so far, however it is probably the most useful 10%. Adding support for new parts of the API is very easy (see below), and pull requests will be most welcome.

Dependency Management tools

This library is available via Gradle, Maven, SBT, Leiningen and compatible dependency management tools through the excellent JitPack:

Release

Note that we follow the Semantic Versioning convention for version numbers.

Contributing

Contributions to support more of the API are very welcome, the basic framework is fairly nice to build upon, and you should be able to get a good idea of how to extend the API with just a few minutes looking at the codebase.

Feel free to create pull requests, however it can be easy to overlook these notifications so you may also want to email me at pivotalpr [at] ian [dot] 33mail [dot] com to ensure I'm aware of it so I can review and merge promptly.

pivotal's People

Contributors

sanity avatar arthurhlt avatar babltiga avatar

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.