-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal class passed as substitution, found function #4335
Comments
Hi @illunix , |
|
Thanks for the additional information, what library are you using for guid? Is this Microsoft Graph or another API? |
I use from guid-typescript @baywet |
Thanks for the additional information. What if you call .toString() before passing the value to the fluent API? |
await client.users.byUserId(userId.toString()).delete(); |
But byUserId accept guid as parameter not string |
Thanks for the precision. Opened an issue in the uri template library here. Closing since no changes are required in kiota. |
You think it will take a lot of time to fix because I need it so bad @baywet |
The best thing to get it fix quickly is to submit a PR over there :) |
Okey, can u give me a hint in what file this fix will need to be? |
let's have that discussion on the other I created please. |
I've upgraded to latest kiota version 12.0 and I get this when sending request with guid as route parameter
The text was updated successfully, but these errors were encountered: