Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
google-api-python-client
/
de86044310a63bf7d6b3ad1127f3f9a568b5277a
/
tests
/
test_discovery.py
de86044
New media upload scheme that uses only /upload and the new uploadType parameter.
by Joe Gregorio
· 13 years ago
1e74282
Support repeated enum arguments for clients built by discovery.
by Craig Citro
· 13 years ago
945be3e
Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/
by Joe Gregorio
· 14 years ago
e08a166
Some methods don't specify a schema for their response, which means that
by Joe Gregorio
· 14 years ago
bd512b5
Fix the final boundary in resumable multipart media uploads.
by Joe Gregorio
· 14 years ago
d0bd388
Add support for resumable upload.
by Joe Gregorio
· 14 years ago
6804c7a
Handle regexs that are applied to repeating parameters. Reviewed in http://codereview.appspot.com/5413050/
by Joe Gregorio
· 14 years ago
7b70f43
Clean up samples and remove Buzz references.
by Joe Gregorio
· 14 years ago
fb463cb
Fix environment save/restore error in test. Reviewed in http://codereview.appspot.com/5083041
by Joe Beda
· 14 years ago
583d9e4
Move from using API key to userIp in making discovery requests.
by Joe Gregorio
· 14 years ago
a98733f
Reviewed in http://codereview.appspot.com/5036043/
by Joe Gregorio
· 14 years ago
6a8c1cb
Added tests to verify that different base URLs can be plugged in. See http://codereview.appspot.com/4826057/ for the code review.
by ade@google.com
· 14 years ago
555f33c
Fix handling of nextPageToken. Reviewed in http://codereview.appspot.com/4932041/
by Joe Gregorio
· 14 years ago
84d3c1f
Handle the case of maxSize missing in a discovery doc media section.
by Joe Gregorio
· 14 years ago
3c676f9
Add support for _next pagination with page tokens.
by Joe Gregorio
· 14 years ago
d92897c
imported patch reserved
by Joe Gregorio
· 14 years ago
fdf7c80
Add support for media uploads as they will appear in Discovery.
by Joe Gregorio
· 14 years ago
f415342
imported patch partial-and-patch
by Joe Gregorio
· 14 years ago
4939655
Enhanced HttpError to now include the original request URI if possible.
by Joe Gregorio
· 14 years ago
c0e0fe9
Added exception around parsing the discovery doc.
by Joe Gregorio
· 14 years ago
f863f7a
Default the data wrapper to off. When converting based on types, don't convert things that are already strings or unicode
by Joe Gregorio
· 14 years ago
ca876e4
Fixed checking for stack query parameters so they actually get added to the query paramters.
by Joe Gregorio
· 14 years ago
1321795
Add passthrough for query parameters that the stack uses but that don't appear in discovery.
by Joe Gregorio
· 14 years ago
bee8683
Now using type from discovery document to properly cast method parameters. Also added in checking for values that are enums.
by Joe Gregorio
· 14 years ago
cb8103d
Move HttpMock out of tests and into apiclient.http. Update tests that used HttpMock
by Joe Gregorio
· 15 years ago
7a6df3a
Fix lack of top level methods from a service.
by Joe Gregorio
· 15 years ago
3fada33
Fixed bug with nested resources
by Joe Gregorio
· 15 years ago
af276d2
Added mocks for the generated service objects. Also fixed a bunch of formatting.
by Joe Gregorio
· 15 years ago
2379ecc
Switch over to using discovery format v0.2beta1.
by Joe Gregorio
· 15 years ago
c935907
Fixes issue #1.
by Joe Gregorio
· 15 years ago
c5eb46f
Merged with the main repository. Added some conditional imports for compatibility with Python 2.5
by ade@google.com
· 15 years ago
2ab0de7
Added support buzz.people.liked. Marked the functional test as IGNORED since it requires a bug fix in the Buzz API
by ade@google.com
· 15 years ago
00cf1d9
Added in support for developer keys
by Joe Gregorio
· 15 years ago
c5c5a37
Got test coverage to 97%. Added missing file.
by Joe Gregorio
· 15 years ago
6d5e94f
First pass at adding in pagination
by Joe Gregorio
· 15 years ago
850cf55
Added support for URLs with many parameters e.g. max-liked, max-results and max-comments. I'm not checking in the functional tests I'm using since I still haven't fixed the problem of getting back a usable list of JSON objects for pagination.
by ade@google.com
· 15 years ago
ba9ea7f
Added tests for resources and their methods. Also added tests for the json model.
by Joe Gregorio
· 15 years ago