open-design-sdk
open-design-sdk copied to clipboard
show upload/parsing progress
Is there a way we can get parsing progress ?
const res = await fetch(`https://api.opendesign.dev/designs/${id}/summary`, {
method: "get",
headers: {
Authorization: `Bearer ${config.openDesignToken}`,
},
});
Currently, we get:
{
status: "processing" | "done"
}
Hey @xorb , that's a good suggestion. @rychlis we provide the processing status in some of our other internal APIs. Is it possible to expose here?
We discussed this internally and it makes a lot of sense to include as a feature. Right now, it isn't a priority to expose that but we hope to include it in a future release!