rsapi wrapper:它只是用于随机填充API的包装器 源码
RSAPI包装器 这是的简单包装器,还包含“笑话”和“图像”的选项列表 它具有异步和非异步版本,两者的工作原理相同 异步版本使用 # Import the wrapper from rsapi import AsyncRandomStuff # Initiate the object ars = AsyncRandomStuff () # Get a response from one of the 3 endpoints # Gets a joke joke = await ars . get_joke ( "dev" ) # For the full list of options go to https://api.pgamerx.com/endpoints # Gets a image image = await ars . get_image ( "any" ) # Again
用户评论