March 2016
Beginner to intermediate
232 pages
4h 29m
English
In the previous chapter, you learned to create Calendar events and Drive applications. You built many real-world applications.
In this chapter, you will learn to
The UrlFetchApp class can be used to issue HTTP/HTTPS request and get responses to/from any websites/URL. For example, the UrlFetchApp.fetch ("https://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=PACKT") code returns the search result with the search term PACKT. The response will be a raw content ...
Read now
Unlock full access