Twitter is going to move away with v1.1 APIs and focussing more on V2 apis.
Is this library compatible to be used with Twitter V2 APIs.
path variable in T.get(path, params, callback) is prepended with /1.1/ by default. Is there a way we can use V2 apis with this. We are migrating our code to v2 APIs so couldn't find any document which can help with this migration using 'twit' library. Please assist.