Logo
Explore Help
Sign In
joe/kami-parse-server
Public Access
1
0
Fork 0
You've already forked kami-parse-server
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
3ab9dcdfd0b05c7ff892f08e52ff5f29ccc8bc80
kami-parse-server/spec/MockAdapter.js

6 lines
78 B
JavaScript
Raw Normal View History

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 {
Use Prettier JS (#5017) * Adds prettier * Run lint before tests
2018-09-01 13:58:06 -04:00
options: options,
Improves AdapterLoader, enforces configuraiton on Adapters
2016-02-23 21:05:27 -05:00
};
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 655ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API