Include model samples in the docs? #360
shrihari-prakash
started this conversation in
Ideas
Replies: 1 comment 7 replies
-
Hey @shrihari-prakash good to see you back 👋 At the time when I started with OAuth2 I already knew concepts so I had an easier time reading through the docs. A starter template is good but we should be aware of security so that people who blindly copy paste will run into "not implemented" errors, forcing them to implement their part of the model property. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed several issues in the past pertaining to the usage of this library from people who are just starting out with this. I think this primarily comes from the fact that the getting started page consists of everything but a sample of the model. As a new user, I do not want to go through each and every function in the models page and implement it when all I want is to see if the library fits my needs. I rather want a model template that I can copy paste and then build from there.
I know that we have a examples repository that we point to when people ask about the models, but isn't it better to have this on the getting started page? This could improve the adoption of this library by a lot.
Beta Was this translation helpful? Give feedback.
All reactions