devrel-examples icon indicating copy to clipboard operation
devrel-examples copied to clipboard

A place to share some examples from our Developer Relations team for commonly-asked-about workflows.

Results 35 devrel-examples issues
Sort by recently updated
recently updated
newest added

It is not clear whether [webhook_inspector.py](https://github.com/Asana/devrel-examples/blob/master/python/webhooks/webhook_inspector.py) correctly deals with [heartbeats](https://developers.asana.com/docs/webhooks-guide#webhook-stopped-receiving-events). There is no mention of "heartbeat" in the codebase (that I can find), and the docs on dealing with [heartbeat...

https://github.com/Asana/devrel-examples/blob/master/python/webhooks/webhook_inspector.py is not python3 compatible. For example: ``` project = None if 'ASANA_PROJECT' in os.environ: project = os.environ['ASANA_PROJECT'] else: print "No value for ASANA_PROJECT in env" quit() ```

As far as I can tell, the [python-asana](https://github.com/Asana/python-asana) version requirements for the [python examples](https://github.com/Asana/devrel-examples/tree/master/python) are not specified in this repo. The same goes for any other python packages used (e.g.,...

I'm using the code at https://github.com/Asana/devrel-examples/blob/master/python/webhooks/webhook_inspector.py (modifications made to the `print` functions in order to be py3 compatible). ```bash $ python webhook_inspector.py Traceback (most recent call last): File "/Users/path/to/file/webhook_inspector.py", line...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...

dependencies
python

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies
javascript

Even though it is mentioned in the [README](https://github.com/Asana/devrel-examples/blob/master/javascript/webhooks-nodejs/README.md) the index.js does not explain how to create a webhook, Possible addition: 1. Route to create webhooks and manage webhooks. 2. All...

Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 3.0.6.1. Release notes Sourced from rack's releases. v3.0.6.1 No release notes provided. v3.0.4.1 Full Changelog: https://github.com/rack/rack/compare/v3.0.4...v3.0.4.1 v3.0.4 Full Changelog: https://github.com/rack/rack/compare/v3.0.3...v3.0.4 v3.0.3 What's Changed Release v3.0.3...

dependencies
ruby