SkillAgentSearch skills...

MNSJiraRESTClient

Open source library that facilites access to JIRA's API

Install / Use

/learn @medianetsoftware/MNSJiraRESTClient
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MediaNet Software's Jira Rest API Objective-C Client


What?

Open source library under LGPLv3 license, that facilites access to Atlassian´s Jira Rest API, for software developed for iOS.

Why?

Nowadays, Atlassian´s Jira plataform is widely used for software management and issue tracking. This library has been build focusing on offer an easy access for applications based on Apple systems to the public API.

How I get it?

It is available from this repository. The project is built as library .a to be added to your current project or workspace. It will be added to CocoaPods nearly.

How it works?

The library access point is the class MNSJiraRestClient. This class represents access to the API by the clients that implements each funcionality.

  • MNSIssueRestClient - Access to issue management. Creates and gets issues.
  • MNSSearchRestClient - Access to search on Jira, using filters.
  • MNSComponentRestClient - Access to components of a project.
  • MNSProjectRestClient - Access to project management.
  • MNSUserRestClient - Access to users search by email, name or uri.
  • MNSVersionRestClient - Access to version project.

MNSJiraRestObjectiveCClient permits anonymous access and private access too.

NOTE: It is currently ussing AFNetWorking 3.0 by CocoaPods. So must run pod install from terminal.

How do I test it?

The library has attached several tests for internal rest clients.

Who did it?

MediaNet Software's Mobility department MediaNet Software.

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated2y ago
Forks14

Languages

Objective-C

Security Score

75/100

Audited on Jul 23, 2023

No findings