vantipin
Categories
- 326 All Categories
- 3 Language datasets
- 9 News and updates
- 18 API endpoints
- 15 Review my code
- 6 Tutorials and presentations
- 92 Frequently asked questions
- 5 How to get useful technical help
- 2 Member guidelines
- 12 Suggest an improvement
- 58 Report a bug
- 10 Ask the Community: Other
- 56 Ask the Community: Technical and operational questions
- 62 General
Comments
-
Hi @hlohlo, From where do you make a call? Are you aware the API does not support CORS requests?
-
Hi @Aupuma, Knowing how to iterate through JSON seems like a very general problem when working with any JSON providing API. You can easily find the examples on how to do this online. https://stackoverflow.com/questions/13573913/android-jsonobject-h…
-
Hi @abonner, This is more about whether or not you are writing browser clients than using JavaScripts. In your case, you won't be able to use the API. You can use Node.js to build backend web app. This way you will be able to use the API with Java…
-
Hi @overtonetone, There should be an output in development console. If you do everything correctly you should see JSON structure, identical to what you can find on https://developer.oxforddictionaries.com/documentation#/ when make an API call via s…
-
Hi @reddismycolor, You'll need a simple loop to go through all the options for entries, senses. You can easily find how to do this online. http://stackoverflow.com/questions/3010840/loop-through-an-array-in-javascript Before accessing the value y…
-
Hi @reddismycolor some "senses" don't have definition records. Sometimes the only definition in entry is positioned "senses" -> "subsenses" -> "definition" I would advise using more sophisticated logic to access definition. Looping through "…
-
Hi @overtonetone There are android sample codes on a developer portal. https://developer.oxforddictionaries.com/documentation No additional libraries needed. Make sure you use your credentials to run it.
-
Nice and thorough tutorial. A helpful tool for those who need XML output from OUP API. I personally find numbered step-by-step checklist easier to follow but paragraph of text works too.
-
Hi @gatebuzz, Thanks for pointing out link to swagger spec in your manual. We probably should add it to portal documentation. Anyway, a nice manual for Java developers.
-
Hi @gatebuzz . We have updated JSON schema. It's not exactly minimalistic approach. But it's definitely more accurate version. Hope it solves your problem.
-
Hi @gatebuzz. This is a correct path to pull JSON definition. We'll fix the spec shortly (in a day) and I'll come back to let you know that it's done.