Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira API vs Rest API vs Curl vs others?

sanan sanan
Contributor
September 23, 2017

Hi ,

Is Jira API, Rest API and Curl API all same?. 

I am not able to find clear answer about this question. Can somebody please help to clear the clouds about this. 

thanks in advance.

Regards

sanan

1 answer

2 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 23, 2017

The Jira REST API is a remote API.  It responds to calls from other systems.  It doesn't care what you use to talk to it, all it needs is an understandable request.  Curl forms good requests, as do all other languages with a REST library.  C#, Pro-IV, Java, Piaget, Pascal, Shell scripts etc etc etc - all are capable of talking to Jira's REST functions.

There is one thing that might be confusing - people often talk about the "Jira API" without saying that there are two.  They usually mean the REST API for talking to it remotely, but there is also the internal API which is a Java API for writing code inside Jira.  That's almost always for Server add-ons, it's totally different to the REST API, and, unless you're writing a Server add-on, not worth looking at.

sanan sanan
Contributor
September 24, 2017

Hi Nic,

 

thanks for your reply. I really could not have expected a clearer explanation than this.

Regards

sanan

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events