You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
Good idea, especially if that implies that tcurl should hit the Meta::thrift* endpoint first to obtain the IDL unless it was already supplied from one on hand. We could simply infer whether as=json or as=thrift from this heuristic and not have that separate discussion about a global default.
This has landed in #60 but is moot until we get #61 (obtain IDL from Meta::thriftIDL) which is blocking on a proper implementation of Meta::thriftIDL with multiple sources.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All thrift endpoints contain "::"
If none of the the
--thrift
,--json
or--raw
flags are set we should default to thrift if "::" and default to json otherwise.We can re-consider thrift vs json as the global default in a separate issue.
cc @malandrew @kriskowal @ShanniLi @eculver
The text was updated successfully, but these errors were encountered: