Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abtris/sinatra-dredd-pollsapi-example
- Owner: abtris
- License: mit
- Created: 2015-05-22T14:39:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T16:06:01.000Z (over 1 year ago)
- Last Synced: 2024-04-15T03:04:08.229Z (7 months ago)
- Language: API Blueprint
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)