Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relrod/fedora-api-docs
*Unofficial* documentation for interacting with various Fedora-run services programatically.
https://github.com/relrod/fedora-api-docs
Last synced: 13 days ago
JSON representation
*Unofficial* documentation for interacting with various Fedora-run services programatically.
- Host: GitHub
- URL: https://github.com/relrod/fedora-api-docs
- Owner: relrod
- Created: 2014-01-12T06:53:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-03T07:20:20.000Z (over 10 years ago)
- Last Synced: 2024-10-04T16:20:38.884Z (about 1 month ago)
- Size: 195 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fedora (unofficial) API Documents
The Fedora project runs a lot of really neat projects, and most of them offer
API access for developers to create tools and libraries around them.For example, you can access everything you might want to know about a Fedora
package by using the **Packages** API, see what groups you are in by using the
**Accounts System** API, vote on packages using the **Tagger** API, and see how
well you rank on the leaderboard through the **Badges** API. Then, when you're
all done with that, you can go create a new project using the **Copr** API, and
submit builds to it.As someone who experiments with a lot of programming languages and
environments, I enjoy making libraries in languages that I use to ease the
programatic use of these services. However, I've found that most of these APIs
lack any form of extensive documentation. A lot of times, I'm forced to look at
the source code of one particular implementation of an API and hope that it
does things the optimal way.I'd rather have a document for each API that describes how it works, the best
way to use it, the available endpoints, examples of use, and any caveats I
might run into as I make use of the API.The information contained in this repo is hereby released under the **Creative
Commons Attribution-ShareAlike 4.0 International License**.## Viewing the documentation
You can view the documentation right from
[this repository](https://github.com/CodeBlock/fedora-api-docs) via GitHub.