JetBrains/teamcity-rest-client

[Question] How to specify endDate in BuildLocator?

blindpirate opened this issue · 2 comments

I can only find sinceDate in BuildLocator, how to get builds in a specific period? Previously we use REST API startDate:(date: xxx, condition: after), startDate(date:xxx, condition:before).

Thanks in advance.

It seems it's impossible now, but we accept PRs :) Probably it's worth adding untilDate

PR created in #54