This website requires JavaScript.
Explore
Help
Sign In
joe
/
kami-parse-server
Public Access
Watch
1
Star
0
Fork
0
You've already forked kami-parse-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ec27bc7e8e95add220f8d863f5e54063194b042c
kami-parse-server
/
spec
/
MockAdapter.js
6 lines
77 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improves Controller and Adapter relationship - Controllers that have adapters are AdaptableControllers - AdaptableController is responsible to instantiate the proper adapter if needed (string, function or BaseAdapter) - BaseAdapter is the base class for adapters, allows skipping when passed directly to the controller
2016-02-21 12:02:18 -05:00
module
.
exports
=
function
(
options
)
{
Improves AdapterLoader, enforces configuraiton on Adapters
2016-02-23 21:05:27 -05:00
return
{
options
:
options
}
;
}
;
Reference in New Issue
Copy Permalink