Overview of RESTful API Description Languages: Difference between revisions

Content deleted Content added
Dthomsen8 (talk | contribs)
m clean up, added orphan, uncategorised tags, typo(s) fixed: descibing → describing using AWB
JL-Bot (talk | contribs)
m removing stale inuse template as last edited 3 days ago
Line 1:
{{Orphan|date=March 2015}}
 
{{in use}}
 
'''''RESTful''''' (REpresentational State Transfer) '''''API''''' (Application Programming Interface) '''''DLs''''' (Description Languages) are formal languages designed to provide a structured description of an RESTful API that is useful both to a human and for automated machine processing. The structured description might be used to generate a documentation for human programmers; such documentation is easier to read than free-form document since every documentation generated by the same tool follows the same formatting conventions. Additionally, the description language is usually precise enough to allow automated generation of various software artifacts, like libraries to access the API from various programming languages, which takes the burden of manually creating them off the programmers.