Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suddi/tweetindex-schema
JSON schemas for AWS API Gateway for tweetindex-api
https://github.com/suddi/tweetindex-schema
json-schema
Last synced: 26 days ago
JSON representation
JSON schemas for AWS API Gateway for tweetindex-api
- Host: GitHub
- URL: https://github.com/suddi/tweetindex-schema
- Owner: suddi
- License: apache-2.0
- Created: 2016-09-25T05:19:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T16:45:06.000Z (7 months ago)
- Last Synced: 2024-04-14T22:55:34.643Z (7 months ago)
- Topics: json-schema
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweetindex-schema
[![CircleCI](https://circleci.com/gh/suddi/tweetindex-schema.svg?style=svg)](https://circleci.com/gh/suddi/tweetindex-schema)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1744184bdad7481c9efc794874d2375f)](https://www.codacy.com/app/suddir/tweetindex-schema)
[![license](https://img.shields.io/github/license/suddi/tweetindex-schema.svg?maxAge=2592000)](https://github.com/suddi/tweetindex-schema)JSON schema used for request and response validation in AWS API Gateway for [tweetindex-lambda](https://github.com/suddi/tweetindex-lambda)
## Setup
````sh
pip install virtualenvwrapper
````````sh
mkvirtualenv tweetindex-schemapip install --requirement requirements.txt --requirement test_requirements.txt
````## Linting
````sh
python setup.py lint
````## Testing
````sh
python setup.py test
````