watson-developer-cloud / node-sdk

:comet: Node.js library to access IBM Watson services.

Home Page:https://www.npmjs.com/package/ibm-watson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explain where to find the version dates

dandv opened this issue Β· comments

I'm looking at the samples in the README, and they all use some YYYY-MM-DD version numbers such as version: '2018-04-05' (except for the Language Translator sample, which uses YYYY-MM-DD literally πŸ‘€).

Where does one find the available versions?

Is there a latest designation?

The Usage section glosses over this: version: '{version}'.

@dandv Thanks for the issue. You can find information about versioning in the official API/SDK documentation. When in doubt, you can always use today's date to get the "latest". The important thing is that once you've set a date for your application, you don't change it (unless you intentionally want to move to a newer version).

It would be helpful to link that API docs page from the README, I'll add that if we aren't already doing it.