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

Issue 7374054: Moving parameter data and data parsing into single object. (Closed)

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

Description

Moving parameter data and data parsing into single object.

Patch Set 1 #

Patch Set 2 : Adding few tests and changing path params from map to set. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -52 lines) Patch
M apiclient/discovery.py View 1 7 chunks +106 lines, -50 lines 2 comments Download
M tests/test_discovery.py View 1 3 chunks +43 lines, -2 lines 0 comments Download

Messages

Total messages: 5
dhermes
11 years, 6 months ago (2013-02-27 19:30:30 UTC) #1
dhermes
Adding few tests and changing path params from map to set.
11 years, 6 months ago (2013-02-27 23:27:23 UTC) #2
jcgregorio_google
https://codereview.appspot.com/7374054/diff/2001/apiclient/discovery.py File apiclient/discovery.py (right): https://codereview.appspot.com/7374054/diff/2001/apiclient/discovery.py#newcode480 apiclient/discovery.py:480: class ResourceMethodParameters(object): Why not MethodParameters?
11 years, 6 months ago (2013-02-28 17:23:25 UTC) #3
dhermes
https://codereview.appspot.com/7374054/diff/2001/apiclient/discovery.py File apiclient/discovery.py (right): https://codereview.appspot.com/7374054/diff/2001/apiclient/discovery.py#newcode480 apiclient/discovery.py:480: class ResourceMethodParameters(object): It's too ambiguous as a standalone name. ...
11 years, 6 months ago (2013-02-28 17:25:09 UTC) #4
jcgregorio_google
11 years, 6 months ago (2013-02-28 17:28:06 UTC) #5
LGTM

On 2013/02/28 17:25:09, dhermes wrote:
> https://codereview.appspot.com/7374054/diff/2001/apiclient/discovery.py
> File apiclient/discovery.py (right):
> 
>
https://codereview.appspot.com/7374054/diff/2001/apiclient/discovery.py#newco...
> apiclient/discovery.py:480: class ResourceMethodParameters(object):
> It's too ambiguous as a standalone name. I'd like al the classes that will
> service the "Resource" class to begin with Resource.
> 
> Also, in two changes, this will be transformed into "ResourceMethod" or some
> such thing, so the name is really very temporary.
> 
> On 2013/02/28 17:23:25, jcgregorio_google wrote:
> > Why not MethodParameters?
Sign in to reply to this message.

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