In our recent SDK release we added a couple new examples along with a template to make it easy for us to create new examples. Our documentation around examples was lacking. This PR adds comments to explain each new example.
What?
added comment to meter_event_stream.go describing the example, and changed the event_name to match documentation
added comment to thinevent_webhook_handler.go describing the example
Why?
In our recent SDK release we added a couple new examples along with a template to make it easy for us to create new examples. Our documentation around examples was lacking. This PR adds comments to explain each new example.
What?