fastlane/itc-api-docs

itc api

jeffreyjackson opened this issue · 7 comments

Hey @KrauseFx, I'm working on a personal project and looking for some type of documentation on how to authenticate with ITC. That's really all I need, just need some way to ensure my iOS app is authenticated on ITC so I can run other queries I have setup already to go.

Can you point me in the right direction?

Sure thing @jeffreyjackson. Doesn't the login action (https://github.com/fastlane/itc-api-docs#login) help?

What kind of queries do you want to send?

I'm building a simple iOS app for looking at the review data for each app. Unfortunately, you have to be authenticated to get this information. Ideally, I'd like to build a small class that I can use to authenticate into iTC with, and manage the session.

Uh, I'm not sure that's the right way to do so. The API documentation here is mostly about app modifications and not reviews. There are quite some open source libraries doing what you want to do. You could take a look there?

Right, I understand - the only missing piece I need is to just auth with iTC

Why don't you use the login action then? https://github.com/fastlane/itc-api-docs#login

Thank you sir! 🍻 😬

Glad I could help, have fun 😃