Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.23 KB

REST Describe & Compile

This project's goal is to implement a compiler for meta descriptions of REST APIs. Currently the meta description language is Marc Hadley's WADL. The compiler should be capable to automatically create client libraries in various programming languages based on the API meta description. It should be embedded into a Rich Web Application implemented with the Google Web Toolkit. A live demo version of the application is available online. You can also view the screencasts on YouTube.

Citation Notice

If you want to cite this work, please cite the Master's Thesis Automatic Multi Language Program Library Generation for REST APIs, you can use the BibTeX snippet below:

@phdthesis{steiner2007automatic,
  author={Thomas Steiner},
  title={Automatic Multi Language Program Library Generation for REST APIs},
  school={Karlsruhe Institute of Technology},
  year={2007}
}