devopshq / tfs

Microsoft TFS API Python client
https://devopshq.github.io/tfs/
MIT License
111 stars 28 forks source link

WIQL: add timePrecision parameter to request #49

Closed RealOnix closed 6 years ago

RealOnix commented 6 years ago

Can you add timePrecision boolean parameter when running WIQL query? Example: POST https://dev.azure.com/{organization}/{project}/{team}/_apis/wit/wiql?timePrecision={timePrecision}&api-version=1.0

SAnCherepan commented 6 years ago

@RealOnix, when my changes are merged to master, you will be able to add any URI parameters via python dictionary (see updated docs in custom branch).