rujira 0.4.1

This module provides an API for working with Jira
Documentation
1
2
3
4
5
6
7
8
9
10
//! This is module documentation for agile
//!
//! A model for connecting to Agile Jira's REST API.
//! A description of all available entry points can be
//! found on the [page](https://docs.atlassian.com/jira-software/REST/latest/)

const REST_BASE: &str = "/rest/agile/1.0";

pub mod board;
pub mod sprint;