Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Documentation Updates #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 14, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions FAQ

This file was deleted.

4 changes: 4 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Frequently Asked Questions (FAQ)

### How do I work out the arguments and methods that are available for a particular API?
[Dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all the APIs supported by this library.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2010-2012 Google Inc.
Copyright (C) 2010-2014 Google Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
45 changes: 16 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,30 @@
This is python client library for Google's discovery based APIs.
# About
This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client).

[Full documentation](http://google.github.io/google-api-python-client)


Installation
============

# Installation
To install, simply use `pip` or `easy_install`:

```bash
$ pip install --upgrade google-api-python-client

```
or

```bash
$ easy_install --upgrade google-api-python-client
```

See the
[Developers Guide](https://developers.google.com/api-client-library/python/start/get_started)
for more detailed instructions and documentation.

Third Party Libraries
=====================
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.

These libraries will be installed when you install the client library:

* http://code.google.com/p/httplib2
* http://code.google.com/p/uri-templates
# Third Party Libraries
The following libraries will be installed when you install the client library:
* [httplib2](https://github.com/jcgregorio/httplib2)
* [uri-templates](https://github.com/uri-templates/uritemplate-py)

Depending on your version of Python, these libraries may also be installed:

* http://pypi.python.org/pypi/simplejson/
* [simplejson](https://pypi.python.org/pypi/simplejson/)

For development you will also need:
* [WebTest](http://pythonpaste.org/webtest/)

* http://pythonpaste.org/webtest/

Contributing
============

Please see the
[contributing page](http://google.github.io/google-api-python-client/contributing.html)
for more information. In particular, we love pull requests -- but please make
sure to sign the contributor license agreement.
# Contributing
Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.