RESTyard
RESTyard copied to clipboard
Inconsistent query type
The hypermedia generator produces records for queries but the framework provides QueryBase as abstract class.
Records cannot inherit abstract classes. Either the generator needs to be changed to emit classes or the framework should provide QueryBase as an abstract record.
@MathiasReichardt Can we consider using the record type for QueryBase? The only problem with that approach is that the current Member Clone is a reserved name for records. We could also use an interface for the type.
Lets revisit in the current redesign. I thing the concept will be generalized after all.