3 citations · 3 across the 3 of their papers we have counts for
3 papers
cs.SE2018★ 3 cited
Automatically Extracting Web API Specifications from HTML Documentation
Jinqiu Yang, Erik Wittern, Annie T. T. Ying +2
Web API specifications are machine-readable descriptions of APIs. These specifications, in combination with related tooling, simplify and support the consumption of APIs. However,…
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…