Can Mirror Api call an external web service?

I want to develop a mirrored api application for new google glasses. Can I call an external web service from glassware? I have to use this web service to get information to display on timeline maps.
If possible, how can I do this?

+1
source share
2 answers

You need to provide a web service that interacts with a custom timeline for inserting cards, but you can interact with any other web services that you want yourself to receive the data that you click. Something like that:

        insert timeline               get 3rd party
             cards                    data response
User  <--------------  Your Mirror  <-------------  Third party
Glass   -------------->  web service  ------------->  web service
         subscribed                   make request
        notifications                 for 3rd party
         (menu items,                     data
          location)
+3

.

, Glassware, Google Mirror API -, ( , Glass, PHP, Java, Python,.NET , API Mirror, -/ .)

- API - - API, , Google Glass, -, , - XML, REST, JSON SOAP.

+3

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


All Articles