Jump to content

I'm surprised you didn't find the answer you are looking for, http://stackoverflow.com/questions/671118/what-exactly-is-restful-programming is a good one imo.

But why are you asking this ? Do you have a more specific question related to using a specific API ?

Link to comment
https://linustechtips.com/topic/2662-need-some-help/#findComment-35340
Share on other sites

Link to post
Share on other sites

I'm surprised you didn't find the answer you are looking for' date=' [url']http://stackoverflow.com/questions/671118/what-exactly-is-restful-programming is a good one imo. But why are you asking this ? Do you have a more specific question related to using a specific API ?

Well I'm making an app and they've said they want to go down the route of a Restful API, makes more sense now.

Link to comment
https://linustechtips.com/topic/2662-need-some-help/#findComment-35388
Share on other sites

Link to post
Share on other sites

Many big companies provide public or semi-private (via a key) REST APIs to give users the ability to poll some data. For example, you can query the different races in WoW by using this URL : http://us.battle.net/api/wow/data/character/races

The result will be a JSON string that can be used in your apps.

Link to comment
https://linustechtips.com/topic/2662-need-some-help/#findComment-35717
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×