https://github.com/hachreak/swagger_routerl
Routing library that generate the routing table from swagger.yaml.
https://github.com/hachreak/swagger_routerl
api cowboy erlang erlang-libraries erlang-library rest rest-api routing swagger tcp websockets
Last synced: 4 months ago
JSON representation
Routing library that generate the routing table from swagger.yaml.
- Host: GitHub
- URL: https://github.com/hachreak/swagger_routerl
- Owner: hachreak
- License: other
- Created: 2016-03-13T19:55:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T19:04:45.000Z (about 7 years ago)
- Last Synced: 2025-04-09T15:57:13.037Z (6 months ago)
- Topics: api, cowboy, erlang, erlang-libraries, erlang-library, rest, rest-api, routing, swagger, tcp, websockets
- Language: Erlang
- Size: 745 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
swagger_routerl
===============Routing library that generate the routing table from `swagger.yaml`.
Implemented plugins:
- Cowboy REST routing table.
- Cowboy Websocket routing table: dispatch events on top of a
websocket endpoint.
- Raw tcp: dispatch events on top of a socket.How configure plugins
---------------------See example `demo_pets`.
Build
-----$ rebar3 compile
Test
----$ ./run-tests.sh