11

Would like to write some integration for Upsource, does it have an API ? I can't seem to find one.

Perhaps the creators could answer if there is or will be one ?

Dylan Corriveau
  • 2,561
  • 4
  • 29
  • 36
7wp
  • 12,505
  • 20
  • 77
  • 103
  • It would be nice if you could comment why it was down voted or voted to close. I haven't been on here for a while, perhaps rules have changed? – 7wp Apr 16 '15 at 18:20
  • I think it's probably because the question isn't really about programming. I upvoted though... found it through Google looking for the Upsource API – Brandon Jun 01 '16 at 14:46

2 Answers2

5

Upsource will have an HTTP API starting with version 2.0 that is currently in Early Access.

So far we don't have any documentation for the API though, apart from a mere listing of the exposed methods that is accessible from the right side of the footer in Upsource 2.0 builds.

EDIT: Basic documentation is now available

gnomed
  • 5,483
  • 2
  • 26
  • 28
Jura Gorohovsky
  • 9,886
  • 40
  • 46
  • 7
    Even though the current Upsource version is 2.5, it’s still hard to find API documentation on the JetBrains website. The reason for that might be that the docs are currently pretty basic. You can find them at `/~api_doc/index.html` on your Upsource server. If you don’t have one, you can use JetBrains’ server: https://upsource.jetbrains.com/~api_doc/index.html – scy Mar 01 '16 at 15:06
1

I think the way to start is https://upsource.jetbrains.com/~api_doc/index.html which is JetBrains code review server documentation.
If you want to know for what version the documentation is check bottom left here: https://upsource.jetbrains.com

oshai
  • 14,865
  • 26
  • 84
  • 140