@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
@zw Use http client module to achieve this.

Some docs:
http://wiki.bablosoft.com/doku.php#http_client_faq
Example posting tweet using api:
twitterapi.xml