Category: REST

  • Postman REST client

    https://www.postman.com/product/rest-client/ https://hub.packtpub.com/testing-restful-web-services-with-postman/

  • the JIRA REST API, how to authenticate, …

    https://en.wikipedia.org/wiki/Jira_(software) https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-basic-authentication https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-cookie-based-authentication https://metacpan.org/module/json_pp – a nice utility, that also does JSON pretty-printing; it comes with http://search.cpan.org/perldoc?JSON There are certainly legion of reasons to use a REST API and also to use the JIRA REST API, I wanted to create a linear “diary” of JIRA actions. This is our sample JIRA issue URL: http://kelpie9:8081/browse/QA-31 This is its…