An API wrapper for Jira written in Rust !! This project has been abandoned
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
JiraAPIWrapper/tests/response_tests.rs

3 lines
69 B

use serde::{Serialize, Deserialize};
use serde_json::{Result,json};