Add an 'Examples' page to the docs with fully functioning example applications
See original GitHub issueThere are a few cases of interesting usages that come up in issues, but which don’t seem appropriate to put into our main docs (b/c we don’t want to bloat our docs). If we had an Examples page in the docs, we could show off all of our cool ideas for how you can solve problems with webargs
, but without disrupting the flow of the main documentation.
Specific cases which would be good candidates for example apps:
- Django App with CSRF-Removing Parser
- Axios Query-String Parser
- Setting a parser to use
unknown=RAISE
on query params
I did a quick scan of closed issues until I hit the 5.x/6.0 transition point, then called it a day. Maybe there are other interesting examples in older issues? Or maybe we have things in other parts of the docs like the upgrade guide which would be nice to separate out (or even just duplicate).
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Apps Script samples overview | Google Developers
Solution samples are fully functional Apps Script projects. Solutions address realistic business problems and showcase how you can automate ...
Read more >Share and collaborate on files - Google Support
Collaborate on documents and spreadsheets in a Gmail chat space. Share files in Drive, Docs, Sheets, or Slides. "" Note: Sharing options vary...
Read more >Google Docs: Online Document Editor | Google Workspace
Use Google Docs to create, and collaborate on online documents. Edit together with secure sharing in real-time and from any device.
Read more >App Engine Application Platform - Google Cloud
Google App Engine lets app developers build scalable web and mobile back ends in any programming language on a fully managed serverless platform....
Read more >Filter, Search, and LookUp functions in Power Apps
When possible, Power Apps will delegate filter and sort operations to the data source and page through the results on demand. For example,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
An alternative/complementary approach could be to add an examples section to the tests. This is a bit more advanced, since users must dig in the tests, but it ensures the code keeps working.
is fine.
So what’s the latest about examples in the docs? How do I contribute?