Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/sinatra-dredd-pollsapi-example

Sinatra example of Polls API tested by Dredd
https://github.com/abtris/sinatra-dredd-pollsapi-example

Last synced: about 1 month ago
JSON representation

Sinatra example of Polls API tested by Dredd

Awesome Lists containing this project

README

        

# Sinatra example of Polls API tested by Dredd

[![Actions Status](https://github.com/abtris/sinatra-dredd-pollsapi-example/workflows/Ruby/badge.svg)](https://github.com/abtris/sinatra-dredd-pollsapi-example/actions)

This repository contains basic skeleton Sinatra implementations of Polls API.

Full implementation in Python you can find in repository [polls-api](https://github.com/apiaryio/polls-api/)

All implementations are tested by [Dredd](https://github.com/apiaryio/dredd).

## Links

### Sinatra
- [http://www.sinatrarb.com/](http://www.sinatrarb.com/)