Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcward committed Apr 14, 2017
1 parent 9613a5e commit 703055d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/ticketpy.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/_build/html/ticketpy.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h1>ticketpy package<a class="headerlink" href="#ticketpy-package" title="Permal
<p>Base query/parent class for specific serach types.</p>
<dl class="attribute">
<dt id="ticketpy.query.BaseQuery.attr_map">
<code class="descname">attr_map</code><em class="property"> = {'segment_id': 'segmentId', 'page': 'page', 'latlong': 'latlong', 'include_tba': 'includeTBA', 'state_code': 'stateCode', 'promoter_id': 'promoterId', 'client_visibility': 'clientVisibility', 'include_tbd': 'includeTBD', 'locale': 'locale', 'segment_name': 'segmentName', 'sort': 'sort', 'onsale_end_date_time': 'onsaleEndDateTime', 'dma_id': 'dmaId', 'keyword': 'keyword', 'include_test': 'includeTest', 'attraction_id': 'attractionId', 'classification_name': 'classificationName', 'size': 'size', 'market_id': 'marketId', 'id': 'id', 'onsale_start_date_time': 'onsaleStartDateTime', 'venue_id': 'venueId', 'classification_id': 'classificationId', 'start_date_time': 'startDateTime', 'end_date_time': 'endDateTime', 'country_code': 'countryCode'}</em><a class="headerlink" href="#ticketpy.query.BaseQuery.attr_map" title="Permalink to this definition"></a></dt>
<code class="descname">attr_map</code><em class="property"> = {'locale': 'locale', 'country_code': 'countryCode', 'end_date_time': 'endDateTime', 'onsale_start_date_time': 'onsaleStartDateTime', 'segment_id': 'segmentId', 'dma_id': 'dmaId', 'sort': 'sort', 'promoter_id': 'promoterId', 'include_tba': 'includeTBA', 'classification_name': 'classificationName', 'market_id': 'marketId', 'radius': 'radius', 'client_visibility': 'clientVisibility', 'id': 'id', 'keyword': 'keyword', 'page': 'page', 'segment_name': 'segmentName', 'size': 'size', 'attraction_id': 'attractionId', 'latlong': 'latlong', 'classification_id': 'classificationId', 'venue_id': 'venueId', 'onsale_end_date_time': 'onsaleEndDateTime', 'start_date_time': 'startDateTime', 'include_tbd': 'includeTBD', 'include_test': 'includeTest', 'state_code': 'stateCode'}</em><a class="headerlink" href="#ticketpy.query.BaseQuery.attr_map" title="Permalink to this definition"></a></dt>
<dd><p>Maps parameter names to parameters expected by the API
(ex: <em>market_id</em> maps to <em>marketId</em>)</p>
</dd></dl>
Expand Down

0 comments on commit 703055d

Please sign in to comment.