Jack Walker
Jack Walker
Hey @sbaer . Any progress on this?
All good! Thanks for the update
https://discourse.mcneel.com/t/json-deserialization-in-rhinocommon/91984/5 After some poking around, it looks like there is an answer located here :point_up: .... but I am not sure if @andrewheumann has implemented this or not, or if...
Hey @LockTar, these examples are great. Any idea on how to access nested resources and override their response values. Specifically I am after the user/{userId}/drive endpoint
Ah! Fantastic, thanks so much @yagni! That works perfectly 🙏🏼
Hey @yagni, another question: What about the `/content` endpoint on `drives[driveId]/items[itemId]`? It says that this returns a 302 and a preauthenticated URL. I assume the response type is still `DriveItem`...
If the interface route is taken, then potentially there can be two response implementations: `ModeledResponse` where is the `BaseModel`, and `ModeledResponseCollection` where `T` is the `BaseModel`. The collection would have...