Skip to content

librestfly/restfly

Repository files navigation

RESTfly: Simplifying API Libraries

RESTfly (pronounced restfully) is a framework for building libraries to easily interact with RESTful APIs.

https://sonarcloud.io/api/project_badges/measure?project=librestfly_restfly&metric=alert_status

https://restfly.readthedocs.io/en/latest/_static/logo.png

RESTfly is a simple library designed to provide the scaffolding to make API interaction libraries for just about any RESTful API. With an emphasis on simplicity and readability of the resulting library code thats written, the idea here is provide something that is not only useful for folks to use, but can also serve as a reference implementation of the given APIs.

Please refer to the full documentation at https://restfly.readthedocs.io.