drodil / backstage-plugin-qeta

Backstage.io plugin for Q&A
https://www.npmjs.com/package/@drodil/backstage-plugin-qeta
MIT License
81 stars 25 forks source link

Question : Importing content from another system #126

Open ghassen1khalil opened 6 months ago

ghassen1khalil commented 6 months ago

Is there a way to make this plugin fetch data (question) from another source (eg: stackoverflow) through API calls to its backend ?

drodil commented 6 months ago

No, there's no such support. Config allows defining allowMetadataInput which basically allows to post questions imported from another source with some script.

ghassen1khalil commented 6 months ago

No, there's no such support. Config allows defining allowMetadataInput which basically allows to post questions imported from another source with some script.

Can you please tell me if there is any example to do so ?

drodil commented 6 months ago

@bkoski do you happen to have any example? Maybe something could be added to this repo as well

drodil commented 4 months ago

See also: https://github.com/drodil/backstage-plugin-qeta/discussions/147