Dan Moore
Dan Moore
@kamalkech That is a great question for our forum: https://fusionauth.io/community/forum/ An alternative would be to read the documentation on the user search API. The client libraries are a thin wrapper...
Not yet, unfortunately. Looks like it might affect the [ruby](https://github.com/FusionAuth/fusionauth-client-builder/blob/main/src/main/client/ruby.client.ftl#L82), [php](https://github.com/FusionAuth/fusionauth-client-builder/blob/main/src/main/client/php.client.ftl#L123), and [python](https://github.com/FusionAuth/fusionauth-client-builder/blob/main/src/main/client/php.client.ftl#L123) client libraries as well. It also might affect these API calls because they all take collections of...
@miaucl hmmm. I did a test using the latest version of the fusionauth typescript client and things worked as expected. Here's my index.js ``` console.log("hello"); import {FusionAuthClient} from '@fusionauth/typescript-client'; const...
Hiya @glen-84 , This is part of every release, because the typescipt client is generated from a number of configuration files. All of this is currently managed through this project:...
Ah, thank you Glen for the further explanation. That does look like an issue with the codegen tool. I can see how that would be annoying. I filed an issue:...
Does it force the `userId` to be a valid UUID, or can you use `null`?
Agreed, this appears to be a bug.
If we use ``` register(userId: UUID = null, request: RegistrationRequest): Promise { ``` Do we need a way to mark UUID as optional (when building the client lib, not at...
Having a separate field in the DSL might be a little more ... robust ... than parsing a comment for the word 'Optional'. :)
Thanks @slifty. The project is being maintained :) . We had an internal discussion but don't have a timeline for you for this issue.