jspuij / RESTier

A turn-key library for building RESTful services
http://odata.github.io/RESTier
Other
2 stars 0 forks source link

Refactor or remove RestierContainerBuilder. #4

Open jspuij opened 5 years ago

jspuij commented 5 years ago

RestierContainerBuilder creates it's own DI container internally, which makes it completely impossible to use another DI container. Moreover, the documentation does not reflect this. My opinion is, it should be removed. However, it seems to be an implementation of an OData interface, so it might be necessary to have somthing like this to be able to use ODATA.

Need to investigate this.

jspuij commented 5 years ago

This is a subtask of OData#629.