Skip to content

Commit

Permalink
feat(Tools): Suggest using automatically generated clients
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Mar 12, 2018
1 parent dc90101 commit b3a9085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pages/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ const Index = () => (
<p>
For instance, you may like to import
it <a href="https://www.getpostman.com/docs/postman/collections/data_formats"
>into Postman</a>.
>into Postman</a> or automatically{' '}
<a href="https://swagger.io/swagger-codegen/">create
an API client</a> for your favorite programming language.
</p>
<h2>JavaScript SDK</h2>
<p>
Expand Down

0 comments on commit b3a9085

Please sign in to comment.