Giter Site home page Giter Site logo

exjira's Introduction

ExJira

A JIRA client library for Elixir using erlang-oauth to call the JIRA REST API.

A non-trivial project to help me get started using Elixir - Currently WIP.

Usage

1. Add dependencies

Add the following to the deps section in mix.exs.

defp deps do
  [
    {:oauth, github: "tim/erlang-oauth"},
    {:extwitter, "~> 0.1"}
  ]
end

2. Setup OAuth parameters

Use ExJira.configure to setup the JIRA OAuth parameters. See the Configuration section below for further details.

3. Access JIRA endpoints

Call the functions in the ExJira module (e.g. ExJira.projects to return all projects or ExJira.project("KEY") to return a specifc one).

Configuration

There are three ways to configure ExJira:

Using config.exs

In config/config.exs add the following:

config :ex_jira, [
  site: "http://youraccount.atlassian.net",
  private_key_file: "private_key.pem"
  consumer_key: ""
]

Across the application at runtime

ExJira.configure([consumer_key: "", ...])

For the current process at runtime

ExJira.configure(:process, [consumer_key: "", ...])

exjira's People

Contributors

mattweldon avatar achalbi avatar

Watchers

James Cloos avatar  avatar

Forkers

edwinallenz

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.