kasei / attean

A Perl Semantic Web Framework
19 stars 10 forks source link

Pass the arguments through as they were #85

Closed kjetilk closed 8 years ago

kjetilk commented 8 years ago

Hi!

Since I need to set the planner when using Attean::Endpoint, I found it most intuitive to just pass the arguments to the constructor as a normal hashref. It triggers if it finds a Model after the initial check that it is passed just a model. If it finds that, it will just go directly to the constructor.

Kjetil