Vincent Biret
Vincent Biret
@nikithauc thanks for putting this together, it'll greatly push the quality bar. And coveralls, great choice of weapon ♥
Can you expand on this please? Why do you think this is required?
wouldn't the first one be? ```TypeScript const user: User = graphCoreClient.api("/user/1234") as User; ```
and by models I'm assuming you're referring to the interfaces version in that case, not the classes, correct?
@ddyett it seems the AB bot is still configured here, not sure whether this is intended.
Can you provide more details about what you're trying to enable here and how the experience/generated code will change for people?
@waldekmastykarz we're on a model of service libraries depending on one core library to avoid duplication. Technically there are 5 clouds x 2 version = 10 different APIs with more...
FYI @nikithauc already started some of that work here #371
I'm not sure the AGS team has been actively working on that recently or plans to. My opinion on the matter is that the SDK should not get "in the...
Hi @andjorg Thanks for reaching out. The reason why this method return a request builder and not directly the result response is because you might want to change things on...