-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As suggested by @jbcoe in FFIG/ffig#77,
The API will receive and send the following JSON:
request:
{
"translation_unit": "class A { int x_; public: int getX() const { return x_; } void setX(int x) { x_ = x; } };",
"bindings": ["ruby", "python"],
"module": "TestModule"
}
response:
{
"TestModule.py" : " ... ",
"TestModule.rb" : " ... ",
"TestModule_c.cpp" : " ... ",
"TestModule_c.h" : " ... "
}
I was thinking, it's better to make separate requests for each binding.
Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels