watson-developer-cloud / python-sdk

:snake: Client library to use the IBM Watson services in Python and available in pip as watson-developer-cloud
https://pypi.org/project/ibm-watson/
Apache License 2.0
1.46k stars 827 forks source link

Discovery create_environment should allow size=0 #174

Closed joshzzheng closed 7 years ago

joshzzheng commented 7 years ago

https://github.com/watson-developer-cloud/python-sdk/blob/master/watson_developer_cloud/discovery_v1.py#L77

Actual API allows size=0 for free tier.

kognate commented 7 years ago

Nice catch.