Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inconsistent range naming

cyrillef opened this issue · comments

Forge docs says 'Range'
the node-js client use 'range'

to keep backward compatibility, we could use:
var headerParams = {
'Range': opts['range'] || opts['Range'],

ObjectsApi.js line #283, #430