Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(895)

Issue 6854090: Making a resource subclass and adding datastore model for discovery document in App Engine. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 5 months ago by dhermes
Modified:
11 years, 3 months ago
Reviewers:
jcgregorio_google
CC:
Ali Afshar, google-api-python-client_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updating after discussion. More tests to come. #

Patch Set 3 : Finished writing tests for updates after design discussion. #

Patch Set 4 : Updating this review with latest changes. Other reviews may cause this change to be unneeded. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+773 lines, -75 lines) Patch
apiclient/appengine.py View 1 2 3 1 chunk +281 lines, -0 lines 0 comments Download
apiclient/discovery.py View 1 2 3 6 chunks +147 lines, -43 lines 0 comments Download
apiclient/http.py View 1 2 3 6 chunks +37 lines, -10 lines 0 comments Download
apiclient/model.py View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
apiclient/push.py View 1 2 3 1 chunk +274 lines, -0 lines 0 comments Download
docs/dyn/adexchangebuyer_v1_1.creatives.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.adclients.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.adunits.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.adunits.customchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.customchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.customchannels.adunits.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.reports.saved.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adexchangeseller_v1.urlchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.adclients.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.adunits.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.adunits.customchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.customchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.customchannels.adunits.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.reports.saved.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.savedadstyles.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.accounts.urlchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.adclients.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.adunits.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.adunits.customchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.customchannels.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
docs/dyn/adsense_v1_2.customchannels.adunits.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13
dhermes
This is an extension of a recent article I wrote: https://developers.google.com/appengine/articles/efficient_use_of_discovery_based_apis I contemplated writing an ...
11 years, 5 months ago (2012-11-23 22:43:39 UTC) #1
dhermes
I know this review hasn't begun yet, but had an idea I wanted to pass ...
11 years, 5 months ago (2012-11-26 16:46:17 UTC) #2
dhermes
Bump. I'd really like to start this review. On Thu, Nov 29, 2012 at 1:39 ...
11 years, 5 months ago (2012-12-06 06:25:29 UTC) #3
jcgregorio_google
I am currently traveling, it will be Friday at the earliest that I can review ...
11 years, 5 months ago (2012-12-06 06:28:04 UTC) #4
dhermes
Thanks On Wed, Dec 5, 2012 at 11:31 AM, Joe Gregorio <jcgregorio@google.com> wrote: > I ...
11 years, 5 months ago (2012-12-06 06:57:15 UTC) #5
jcgregorio_google
https://codereview.appspot.com/6854090/diff/1/apiclient/appengine.py File apiclient/appengine.py (right): https://codereview.appspot.com/6854090/diff/1/apiclient/appengine.py#newcode24 apiclient/appengine.py:24: def _TotalSeconds(delta): I'm not a big fan of this ...
11 years, 5 months ago (2012-12-07 20:37:04 UTC) #6
dhermes
https://codereview.appspot.com/6854090/diff/1/apiclient/appengine.py File apiclient/appengine.py (right): https://codereview.appspot.com/6854090/diff/1/apiclient/appengine.py#newcode24 apiclient/appengine.py:24: def _TotalSeconds(delta): Before I do a re-write can we ...
11 years, 5 months ago (2012-12-07 21:54:39 UTC) #7
jcgregorio_google
On Fri, Dec 7, 2012 at 4:54 PM, <dhermes@google.com> wrote: > > https://codereview.appspot.com/6854090/diff/1/apiclient/appengine.py > File ...
11 years, 5 months ago (2012-12-07 21:56:14 UTC) #8
dhermes
VC invite sent On Fri, Dec 7, 2012 at 1:55 PM, Joe Gregorio <jcgregorio@google.com> wrote: ...
11 years, 5 months ago (2012-12-07 22:03:12 UTC) #9
dhermes
11 years, 4 months ago (2013-01-03 04:22:55 UTC) #10
dhermes
I started to update this patch after the review started, but for some reason the ...
11 years, 3 months ago (2013-02-12 06:16:28 UTC) #11
jcgregorio_google
SGTM On Tue, Feb 12, 2013 at 1:16 AM, <dhermes@google.com> wrote: > I started to ...
11 years, 3 months ago (2013-02-12 13:44:17 UTC) #12
dhermes
11 years, 3 months ago (2013-02-13 21:56:25 UTC) #13
Closing this version.

Re-opened as https://codereview.appspot.com/7306107/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b