Ryan Petrello
|
f223df303f
|
convert py2 -> py3
|
2019-01-15 14:09:01 -05:00 |
|
Elijah DeLee
|
949cf53b89
|
Use r in front of regex string to make flake8 happy
This means we should not escape the \ character in the same way
|
2018-11-15 17:29:27 -05:00 |
|
Matthew Jones
|
f737fc066f
|
Generate schema suitable for comparing for schema changes
|
2018-11-15 15:29:35 -05:00 |
|
Ryan Petrello
|
c695ba2e10
|
fix flake8
|
2018-10-24 10:11:53 -04:00 |
|
Ryan Petrello
|
3c43aaef21
|
normalize dates in the Swagger output to minimize diffs
|
2018-02-09 10:16:27 -05:00 |
|
Ryan Petrello
|
fe02abe630
|
move swagger doc metadata out of the awx repo
|
2018-02-09 09:45:23 -05:00 |
|
Ryan Petrello
|
5b9dc41015
|
add indention to swagger docs
this will make it easier to spot changes as our APIs change
|
2018-02-08 10:51:42 -05:00 |
|
Ryan Petrello
|
b1695fe107
|
add instructions for generating Swagger/OpenAPI docs
|
2018-02-06 13:37:33 -05:00 |
|
Ryan Petrello
|
7ff9f0b7d1
|
build example Swagger request and response bodies from our API tests
|
2018-02-06 10:36:25 -05:00 |
|
Ryan Petrello
|
07dfab648c
|
add some tests to prove that OpenAPI JSON compilation works
|
2018-02-06 10:12:58 -05:00 |
|
Ryan Petrello
|
10974159b5
|
add support for marking Swagger paths deprecated
|
2018-02-06 10:12:58 -05:00 |
|
Ryan Petrello
|
57c22c20b2
|
add support for building swagger/OpenAPI JSON
to build, run `make swagger`; a file named `swagger.json` will be
written to the current working directory
|
2018-02-06 10:12:57 -05:00 |
|