-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add github action to generate single API spec #43
Conversation
3d14db7
to
8085b6c
Compare
f180d74
to
f1b998e
Compare
f1b998e
to
0a25c96
Compare
94cfa62
to
32675d0
Compare
openapi.yaml
Outdated
@@ -5,6 +5,7 @@ info: | |||
version: 3.6.0 | |||
contact: | |||
name: Onfido | |||
url: https://onfido.com | |||
email: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be support's email actually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
32675d0
to
5c86ad1
Compare
@@ -1,6 +1,6 @@ | |||
# Onfido OpenAPI specification (beta) | |||
|
|||
:warning: Our OpenAPI specification is currently in beta and we welcome any feedback. You can contact us via the issues tab or [email](mailto:openapi-feedback@onfido.com), but we don't yet officially support this specification. :warning: | |||
:warning: Our OpenAPI specification is currently in beta and we welcome any feedback. You can contact us via the issues tab or [support portal](https://public.support.onfido.com), but we don't yet officially support this specification. :warning: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we consider that the spec is out of beta since we have all the reports ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe we should wait a little bit longer, to have at least one (generated) client library sufficiently tested to be definition maps quite well the actual API.
4a03471
to
70fdb3d
Compare
70fdb3d
to
cab6e9c
Compare
cab6e9c
to
e83b112
Compare
c14e8e3
to
7bc9de5
Compare
364654a
to
aae5c88
Compare
aae5c88
to
ecbf6fd
Compare
9ded090
to
38ce035
Compare
38ce035
to
d6fd159
Compare
ee5a452
to
009c499
Compare
009c499
to
c63f0ae
Compare
Initial version of Github Action workflow to build and push single-file OpenAPI specification.
Include validation of multi file specification and a few files which were forgotten in PR#42.