You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
I appreciate the effort put into providing OpenAPI documents, so thank you very much for that 👍
Sadly, client generation tools like AutoRest or Visual Studio are currently enable to process them due to interoperability issues:
It would be awesome to keep the spec in this repository up to date with the latest spec. We noticed that the marketing/contacts endpoints were not here on Github but were in fact in the spec that is linked from the Spotlight page (https://sendgrid.api-docs.io/v3.0/contacts/add-or-update-a-contact) when clicking OAS at the top there. On Github we'll get to see changes more easily.
Best,
Joseph
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I appreciate the effort put into providing OpenAPI documents, so thank you very much for that 👍
Sadly, client generation tools like AutoRest or Visual Studio are currently enable to process them due to interoperability issues:
As mentioned here by people way more comfortable with OpenAPI than I am, most of these issues seem to come from the fact the SendGrid OpenAPI document contains invalid
"type": "null"
nodes."default":[]
, while valid, also seems to cause issues with AutoRest.Are you aware of these issues and do you plan to release an updated document at some point?
Thanks!
The text was updated successfully, but these errors were encountered: