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
Being able to test your docs json is very important for new endpoint developers. Therefore we need to find a way to accommodate that. Filling in some fields and outputting valid json, as well has writing actual json and validating it on the fly (and possibly even show how it would look, which should be simple enough, same code as the live site)
The text was updated successfully, but these errors were encountered:
#notetoself - I think the best approach would be a form with the appropriate fields that would output JSON in a textarea, as well as displaying how it would look on the live site. This option could allow for pasting JSON in the textarea directly that would get validated and subsequently fill out the form as well.
Being able to test your docs json is very important for new endpoint developers. Therefore we need to find a way to accommodate that. Filling in some fields and outputting valid json, as well has writing actual json and validating it on the fly (and possibly even show how it would look, which should be simple enough, same code as the live site)
The text was updated successfully, but these errors were encountered: