web services - Machine-readable descriptions for popular REST APIs -
apigee seems have large collection of wadl files console. there way download wadl files? or know of extensive collection of machine-readable web service descriptions?
i'm sure you're going tell me idea of wadl not in spirit of rest , agree. i'm trying build more or less generic crawler popular rest apis. long so-called rest apis don't implement hateoas (i.e. there no integrated links further resources), useful have wadl.
you can access wadls using below api:
https://api.apigee.com/v1/consoles/console_name/apidescription?format=wadl
for example if console's url https://apigee.com/console/twitter, console_name
= twitter.
the response of api wadl itself. can copy contents of respone .xml file , use it.
hope helps!
Comments
Post a Comment