Kyle

Results 19 comments of Kyle

url's are always strings, the problem is more with the fact that your are restricting your url string with a regex of only numbers and that should be reflected in...

It looks like the most common overlap in our projects is the ResponseBuilder related stuff. I have a IntentsSchema class that uses a decorator to build up the intents, utterances...

If amazon echo devs ever provide an API to upload skill definitions, i would add a helper class that uses my IntentSchema class to beable to upload this data so...

@anjishnu Any further thoughts? (sorry been on hiatus for a bit cuz of a new child)

I will definitely take a look at integrating this next week, i'm currently at Pycon and won't beable to test integration this week.

+1 on merging this - i need this functionality

@dmitshur thats really surprising to hear - seems like this would be a pretty typical thing with complex graphql APIs. As it stands right now i'm thinking i'm going to...

If anyone stumble across this - this is how i've implemented it in our [OpsLevel go client](https://github.com/OpsLevel/opslevel-go) - i made [structs](https://github.com/OpsLevel/opslevel-go/commit/f592b627ff915466f24034914ce81e3e45abd3d4#diff-0f794b99e0d1a244af43003729f7fe1f6d20c69267d494189002abd8cd5f589eR28) that implement nodes and pageInfo data which the toplevel...

@dmitshur is there any way a field can be included on query struct but ignored when this library generates the graphql query - similar to the json tag `omitempty` Something...