rephrased titles

This commit is contained in:
Bruno Scheufler
2019-03-24 16:48:02 +01:00
parent 4baa5f1f37
commit dd2a73f0c6
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ Read in a different language: [![CN](/assets/flags/CN.png)**CN**](/README.chines
<br/><br/> <br/><br/>
## ![✔] 2.5 Document RESTful API errors using Swagger ## ![✔] 2.5 Document API errors using Swagger or GraphQL
**TL;DR:** Let your API callers know which errors might come in return so they can handle these thoughtfully without crashing. For RESTful APIs, this is usually done with documentation frameworks like Swagger. If you're using GraphQL, you can utilize your schema and comments as well. **TL;DR:** Let your API callers know which errors might come in return so they can handle these thoughtfully without crashing. For RESTful APIs, this is usually done with documentation frameworks like Swagger. If you're using GraphQL, you can utilize your schema and comments as well.

View File

@ -1,4 +1,4 @@
# Document RESTful API errors using Swagger # Document API errors using Swagger or GraphQL
### One Paragraph Explainer ### One Paragraph Explainer