-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We are in need of a data faker for general
- REST services
- Graphql models
For REST this is pretty simple:
Let us assume the REST service is defined in yaml via OpenAPI.
Under definitions: we find the definition of the resource. What we want is some way of defining lots of them with a reasonable data set that makes somewhat sense.
I was thinking. Maybe we can have a prg that just writes this to a file and than we in : notation attach a python function to it that creates sample data. I remember you have a data generator somewher, where is it, I think we need to generalize this
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request