2 papers
cs.SE2017
Opportunities in Software Engineering Research for Web API Consumption
Erik Wittern, Annie Ying, Yunhui Zheng +4
Nowadays, invoking third party code increasingly involves calling web services via their web APIs, as opposed to the more traditional scenario of downloading a library and invoking…
cs.SE2017
Statically Checking Web API Requests in JavaScript
Erik Wittern, Annie T. T. Ying, Yunhui Zheng +2
Many JavaScript applications perform HTTP requests to web APIs, relying on the request URL, HTTP method, and request data to be constructed correctly by string operations. Traditio…