Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfun/fonzie
API add-ons for Open edX as run by FUN MOOC
https://github.com/openfun/fonzie
api django django-rest-framework http openedx
Last synced: 1 day ago
JSON representation
API add-ons for Open edX as run by FUN MOOC
- Host: GitHub
- URL: https://github.com/openfun/fonzie
- Owner: openfun
- License: agpl-3.0
- Created: 2018-02-19T21:44:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T09:42:05.000Z (8 months ago)
- Last Synced: 2024-10-21T15:40:53.117Z (25 days ago)
- Topics: api, django, django-rest-framework, http, openedx
- Language: Python
- Homepage: https://fonzie.readthedocs.io
- Size: 188 KB
- Stars: 10
- Watchers: 11
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
Fonzie, a FUN API for Open edX
==============================|pypi-badge| |travis-badge| |codecov-badge| |doc-badge| |pyversions-badge|
|license-badge|**This project is in early-development phase, we are still experimenting on
it.** It is intended to be community-driven, so please, do not hesitate to get
in touch if you have any question related to our implementation or design
decisions.Overview
--------Fonzie is an HTTP API over the `Open edX `_ project. It
has been build to open the way to new tools and interfaces in the Open edX
ecosystem.We choose to design the API first and then propose an implementation with
Fonzie. The current state of the API schema is available in `API blueprint
format `_; it
can be used to start developing a front-end application that will consume
Fonzie's API (take a look at `API blueprint tools
`_).Documentation
-------------The full documentation is at https://fonzie.readthedocs.org.
License
-------The code in this repository is licensed under the AGPL 3.0 unless otherwise
noted.Please see ``LICENSE.txt`` for details.
How To Contribute
-----------------Contributions are very welcome.
Even though they were written with ``edx-platform`` in mind, the guidelines
should be followed for Open edX code in general.PR description template should be automatically applied if you are sending PR
from github interface; otherwise you can find it it at `PULL_REQUEST_TEMPLATE.md
`_Issue report template should be automatically applied if you are sending it from
github UI as well; otherwise you can find it at `ISSUE_TEMPLATE.md
`_Reporting Security Issues
-------------------------Please do not report security issues in public. Please email [email protected].
Getting Help
------------Have a question about this repository, or about Open edX in general? Please
refer to this `list of resources`_ if you need any assistance... _list of resources: https://open.edx.org/getting-help
.. |pypi-badge| image:: https://img.shields.io/pypi/v/fonzie.svg
:target: https://pypi.python.org/pypi/fonzie/
:alt: PyPI.. |travis-badge| image:: https://travis-ci.org/openfun/fonzie.svg?branch=master
:target: https://travis-ci.org/openfun/fonzie
:alt: Travis.. |codecov-badge| image:: http://codecov.io/gh/openfun/fonzie/coverage.svg?branch=master
:target: http://codecov.io/gh/openfun/fonzie?branch=master
:alt: Codecov.. |doc-badge| image:: https://readthedocs.org/projects/fonzie/badge/?version=latest
:target: http://fonzie.readthedocs.io/en/latest/
:alt: Documentation.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/fonzie.svg
:target: https://pypi.python.org/pypi/fonzie/
:alt: Supported Python versions.. |license-badge| image:: https://img.shields.io/github/license/openfun/fonzie.svg
:target: https://github.com/openfun/fonzie/blob/master/LICENSE.txt
:alt: License