Consuming REST APIs with Adobe Air

Can someone show me a good example of a single Adobe Air application (using Javascript) using a REST API?

+3
source share
1 answer

If you plan to create functionality using Javascript - unlike Flex - then AFAIK you do not need examples that depend on AIR; JS code can and should be the same as if the application was running in a standard browser. Any general tutorial about using RESTful web services with Javascript (or AJAX) should be sufficient. Although I do not know any specific tutorial with this approach, there are perhaps a few.

- , - RESTful Javascript, , , JS XMLHttpRequest HTTP-. , REST HTTP , .

RESTful Web Services; RESTful Web Services . , " Ajax REST". .

+2

Source: https://habr.com/ru/post/1699338/


All Articles