monkeylearn / monkeylearn-ruby

Official Ruby client for the MonkeyLearn API. Build and consume machine learning models for language processing from your Ruby apps.
MIT License
80 stars 14 forks source link

Warn about usage of db_name parameter #23

Closed omab closed 3 years ago

omab commented 3 years ago

db_name usage is being deprecated from the API, an automatically generated name will be provided instead. This PR warns users about the parameter removal in a future release.