Get AIMS e-Crew schedule information?

1

It has an app and website that shows the schedule of the flight attendants. Want to know how these sites get this information? Is it through api?

Examples: site link

App link

I'm trying to make an app as a TCC, but I can not find information about it on the net.

Thank you.

    
asked by anonymous 18.08.2015 / 22:07

1 answer

0

On site and mobile application, specific or supposedly sensitive information requires access to an API.

In the webs of these sites / app you commented on, they use an API that gets the data needed to create spreadsheets, calendars, and reports for the final user.

If your intent is to create an application to get data from a company or company, you need to know if it provides an API or the information you need.

Most common examples are applications that use data from Facebook, Instagram, Twitter, and more.

If you have questions about how to get started, visit the Google Developer Website.

link

    
18.08.2015 / 22:22