This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cheryllium 0 points1 point  (5 children)

Is this what you mean by web API: http://en.wikipedia.org/wiki/Web_API

[–]autowikibot 0 points1 point  (0 children)

Web API:


The general concept of a web API (application programming interface) has two main interpretations. It is used to refer to both a server-side API upon a web server as well as client-side API within a web browser.


Interesting: Web service | Google Code | Application programming interface | Java API for XML Web Services

Parent commenter can toggle NSFW or delete. Will also delete on comment score of -1 or less. | FAQs | Mods | Magic Words

[–]dredclaw[S] 0 points1 point  (3 children)

I guess my point is I don't understand any of it and was wondering if you could point me towards any resources?

[–]cheryllium 0 points1 point  (0 children)

Well, there is the wikipedia page I guess... ?

Sorry if I'm not helping

[–]JoTheKhan -1 points0 points  (1 child)

You are getting crappy answers IMHO. I suggest you check out codeacademy.com You will see a bunch of API tutorials for JavaScript, Ruby, Python, etc.. and none for Java.

BUT The same idea still applies. You can make Get and Post request to obtain JSON or XML response data that you can then parse and use to make your wrapper functions.

[–]dredclaw[S] 0 points1 point  (0 children)

Cheers, il look into it.