John Kaster
John Kaster
WIP. Need to fix breadth-first population of `relations()` function Very late hack project
The Response tab now shows the full request URL, not including the request body (which can't be included in this scenario) # Screenshots   
Platforms that support environment variables should also explicitly support `.env` files. This includes Kotlin, C#, Go, and Swift The Node (Typescript SDK) and Python SDK already support .env.
This information should be in the top-level readme, and also referenced in each language-specific readme. People may find strongly typed http responses valuable for more than just the Looker SDK
.NET has a standard ConfigProvider our SDK configuration tooling for Look# should use
This looks like the comment format to use https://kotlinlang.org/docs/reference/kotlin-doc.html
Request is deprecated https://github.com/request/request/issues/3142 We'll need to decide on a winner and adopt it
Currently it's just a type alias, and it needs to return a string representation of the array values as a delimited list, not in array notation
We need the integration/smoke tests based on `data.yml` that the Python and Typescript SDKs already have.
After the python transport layer and typing system is improved, we should provide the same kind of URL request behavior the other SDKs support, where any request can return a...