fedora-infra / mobile

An Android app that allows the Fedora community to interact with Fedora's web apps on the go.
https://fedoraproject.org/mobile
Other
27 stars 10 forks source link

Copr Integration #28

Open relrod opened 10 years ago

relrod commented 10 years ago

Copr has a pretty simple API. We should be able to implement it pretty easily in Scala and store the user's API key as a preference in the app. Then we can let the user check the status of their builds and coprs.

We could also allow users to create coprs and submit builds to them, although I'm not sure how useful this UI will be, since you need a URL to an rpm for a build to occur.

relrod commented 10 years ago

Started a repo for a purely functional Scala Copr lib here: https://github.com/CodeBlock/copr-scala

After that is done, Fedora Mobile can just make use of it.