slackapi / java-slack-sdk

Slack Developer Kit (including Bolt for Java) for any JVM language

Home Page:https://slack.dev/java-slack-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should the APITestRequest class have a `foo` property?

filmaj opened this issue · comments

@filmaj The request object has the property just to demonstrate how the args property can be returned in its response: https://github.com/slackapi/java-slack-sdk/blob/v1.36.1/slack-api-client/src/main/java/com/slack/api/methods/response/api/ApiTestResponse.java#L11-L15 It's also possible to change it to have a Map object for more dynamic value examples, but I don't think it's so important for many people.

Oh ok, thanks for explaining. 🙇