Skip to content

Conversation

NoComment1105
Copy link
Contributor

Was only supposed to be join requests but apparently they're very intertwined

Done using unofficial docs for join requests and member verification

there is 1 fixme that i hope for advice on. Hopefully this is all up to scratch :)

val label: String?,
val choices: Optional<List<String>> = Optional.Missing(),
val values: Optional<List<String?>> = Optional.Missing(),
// FIXME This type can be String Int or Boolean, what type to put, any can't be serialized
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should be able to use JsonPrimitive

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally forgot about this, will investigate in the morning

@NoComment1105
Copy link
Contributor Author

Ready for review now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants