Skip to content

Commit

Permalink
Merge pull request #30 from toddrob99/develop
Browse files Browse the repository at this point in the history
# v0.1.5
**FIX**:
* Update required params for team_roster endpoint #29
* Leading & trailing slashes not honored in endpoint config #28

**ENHANCE**:
* Testing #22
* Add requirements.txt files
* Clean up code formatting
  • Loading branch information
toddrob99 authored Nov 9, 2019
2 parents beed79b + 6f72aa4 commit 4c44ca8
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/logs
.vscode

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion docs/endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,7 @@ <h1 class="title">Module <code>statsapi.endpoints</code></h1>
},
},
&#34;query_params&#34;: [&#34;rosterType&#34;, &#34;season&#34;, &#34;date&#34;, &#34;hydrate&#34;, &#34;fields&#34;],
&#34;required_params&#34;: [[&#34;rosterType&#34;, &#34;season&#34;]],
&#34;required_params&#34;: [[]],
},
&#34;venue&#34;: {
&#34;url&#34;: BASE_URL + &#34;{ver}/venues&#34;,
Expand Down
Loading

0 comments on commit 4c44ca8

Please sign in to comment.