toddrob99 / MLB-StatsAPI

Python wrapper for MLB Stats API
GNU General Public License v3.0
533 stars 100 forks source link

Add a note for the default 50 record limit for the STATS endpoint. *Low Priority* #54

Closed mjstamper closed 3 years ago

mjstamper commented 3 years ago

When pulling from the STATS endpoint, it has a default limit of 50 records. Adding a note for the STATS endpoint to declare the default 50 record limit will help clarify returned data.

toddrob99 commented 3 years ago

Sure, I'll add a note:

If no limit is specified, the response will be limited to 50 records.

toddrob99 commented 3 years ago

Added to v1.3. Thanks for the suggestion.