Speaking of TFS...
-
...is there an API to TFS on-line? So I can write my own UI.. One that makes sense?
If it's not broken, fix it until it is
-
...is there an API to TFS on-line? So I can write my own UI.. One that makes sense?
If it's not broken, fix it until it is
-
Just get Wireshark/Fiddler on the go, MITM yourself (they use HTTPS) and figure it out that way. Then write any UI you want.
JMK-NI wrote:
Just get Wireshark/Fiddler on the go, MITM yourself (they use HTTPS) and figure it out that way.
I would hope that the URL parameters, JSON, request body, whatever, would be encrypted and also have some sort of authorization token associated with it! It is, like you said, HTTPS! Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
JMK-NI wrote:
Just get Wireshark/Fiddler on the go, MITM yourself (they use HTTPS) and figure it out that way.
I would hope that the URL parameters, JSON, request body, whatever, would be encrypted and also have some sort of authorization token associated with it! It is, like you said, HTTPS! Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
...is there an API to TFS on-line? So I can write my own UI.. One that makes sense?
If it's not broken, fix it until it is
TFS has an object model[^] that may be of use. No XML docs, though. API Docs may be found here[^].
What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???
-
...is there an API to TFS on-line? So I can write my own UI.. One that makes sense?
If it's not broken, fix it until it is
Coder For Hire wrote:
...is there an API to TFS on-line?
Yes, there is. VS uses it. Rather seamlessly, I might add. May I ask why you need to go to the web site at all? Or do you not use VS at all? (not trolling - yeah, the web UI sucks, but I never have to use it...)
-
Coder For Hire wrote:
...is there an API to TFS on-line?
Yes, there is. VS uses it. Rather seamlessly, I might add. May I ask why you need to go to the web site at all? Or do you not use VS at all? (not trolling - yeah, the web UI sucks, but I never have to use it...)
The source control component in TFS is fine. But the agile components via a browser suck ass.
If it's not broken, fix it until it is
-
The source control component in TFS is fine. But the agile components via a browser suck ass.
If it's not broken, fix it until it is
-
JMK-NI wrote:
Just get Wireshark/Fiddler on the go, MITM yourself (they use HTTPS) and figure it out that way.
I would hope that the URL parameters, JSON, request body, whatever, would be encrypted and also have some sort of authorization token associated with it! It is, like you said, HTTPS! Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!