foundation / panini

A super simple flat file generator.
Other
592 stars 104 forks source link

Data via REST/SOAP API #201

Open turneja opened 4 years ago

turneja commented 4 years ago

Is there a way of using a REST/SOAP or GraphQL API for data the same way data is used for files displaying data...

DanielRuf commented 4 years ago

Hi @turneja

Currently this is not supported out of the box. We welcome PRs which add this as feature.

So far you have to implement it yourself.

turneja commented 4 years ago

@DanielRuf thanks for getting back to me.

I'll have to hack it and I'll post back my findings...

DanielRuf commented 4 years ago

Also see https://github.com/foundation/panini/pull/82/files#diff-5830487312286bb0c4435eedd69a1f44R23

zeckdude commented 3 years ago

@DanielRuf Can you provide an example on how to implement this yourself? I am pretty lost on where to even begin with that.