Google Developers Blog: sites api
COLLECTED BY
Organization:
Internet Archive
The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the
Wayback Machine .
Wide17 was seeded with the "Total Domains" list of 256,796,456 URLs provided by Domains Index on June 26th, and crawled with max-hops set to "3" and de-duplication set "on".
The Wayback Machine - https://web.archive.org/web/20190427192238/https://developers.googleblog.com/search/label/sites%20api
Several months ago we launched the Google Sites Data API . Since then, we've worked hard to respond to your top feature requests: the ability to list a user's sites, create new sites, copy existing sites, and manage sharing permissions. Today, we are very excited to announce the release of the Site and Access Control List feeds that make these new features possible. The Site feed allows your client to list sites and update their properties, such as the title or the theme of the site. Google Apps users can also create new sites. Because creating new sites often involves copying existing ones (perhaps using a site template ), we've enabled that feature too. Here's an example of the kinds of applications you can build with those features. Let's say you're a professor at a university and you'd like to create a Google Site for each of the courses you teach. The Site feed makes it possible for you to create a site course template, use the site feed to create several course sites, and personalize them with the content feed . But what if you want to restrict access to your sites to just the students taking those courses? With the ACL (Access Control List) feed , you can manage sharing permissions. Everything you can do in the Google Sites admin panel, you can do with the API. To get the full scoop, review the documentation and change log . We've loaded the Java client library and Python client library with the new features, and offer updated developer guides for both. Visit us in our new developer forum if you have questions!By Laurent Tu & Eric Bidelman - Google Sites API Team
Today, we launched a new Google Data API for Google Sites. The API supports most of the functionality found in Google Sites, which includes the ability to:Retrieve, create, modify, and delete pages and content. Upload/download attachments. Review the revision history across a site. Display recent user activity. To get started, see the full documentation , Java Developer's Guide , or dive into our code samples . We're also open-sourcing an import/export tool that uploads or creates a local back-up of an entire Google Site. Visit us in our new developer forum if you have questions!By Eric Bidelman, Google Sites API Team