Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Meta::thriftIDL endpoint #362

Open
abhinav opened this issue Feb 3, 2016 · 0 comments
Open

Meta::thriftIDL endpoint #362

abhinav opened this issue Feb 3, 2016 · 0 comments

Comments

@abhinav
Copy link
Contributor

abhinav commented Feb 3, 2016

We already have the health endpoint but we're missing the thriftIDL endpoint.

struct ThriftIDLs {
    // map: filename -> contents
    1: required map<filename, string> idls
    // the entry IDL that imports others
    2: required filename entryPoint
}

service Meta {
    HealthStatus health()
    ThriftIDLs thriftIDL()
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant