Resolve "Release v0.1"
features
adapter_auth.feature +13 -0
adapter_broadcast.feature +62 -0
adapter_get-authorization-header.feature +21 -0
adapter_poll.feature +87 -0
adapter_publish.feature +63 -0
adapter_token-valid.feature +27 -0
adapter_validate.feature +16 -0
protocol_decode.feature +11 -0
protocol_encode.feature +11 -0
protocol_get-type.feature +12 -0
protocol_validate.feature +12 -0
schema_validate.feature +10 -0
fixtures
config-invalid.json +7 -0
config-valid.json +7 -0
message-vehicle-status-invalid.json +20 -0
message-vehicle-status.json +20 -0
response-denied-token.json +3 -0
response-valid-token.json +4 -0
schema-swagger.json +252 -0
.gitlab-ci.yml +10 -0
CHANGELOG.md +35 -0
LICENCE.md +7 -0
MANIFEST.in +2 -0
README.md +50 -1
copy_tests.py +26 -0
package.json +24 -0
setup.cfg +3 -0
setup.py +15 -0
yarn.lock +4 -0
+ 13
- 0
\ No newline at end of file
+ 62
- 0
\ No newline at end of file
+ 87
- 0
\ No newline at end of file
+ 63
- 0
\ No newline at end of file
+ 27
- 0
+ 16
- 0
\ No newline at end of file
+ 11
- 0
+ 11
- 0
\ No newline at end of file
+ 12
- 0
+ 12
- 0
\ No newline at end of file
+ 10
- 0