1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-23 01:39:36 +01:00
onion/js/fetchers
Brett Sun 7014514654 Use UrlResolver to resolve api urls based on white labelling rather than updating ApiUrl's export
Keeping an export constant is more predictable and less surprising for
most people.
2016-06-14 17:58:00 +02:00
..
application_fetcher.js api settings complete 2015-06-22 17:33:25 +02:00
edition_list_fetcher.js Replace mergeOptions with js-utility-belt's safeMerge 2016-06-14 17:57:59 +02:00
license_fetcher.js Move getSubdomain to url utils 2016-06-14 17:58:00 +02:00
notification_fetcher.js Use empty array as initial state of piece and edition list notifications 2016-03-10 13:08:05 +01:00
ownership_fetcher.js Use UrlResolver to resolve api urls based on white labelling rather than updating ApiUrl's export 2016-06-14 17:58:00 +02:00
piece_list_fetcher.js Replace mergeOptions with js-utility-belt's safeMerge 2016-06-14 17:57:59 +02:00
README.md Adjust naming for promise-based callback functions in sources 2015-11-16 17:16:13 +01:00
s3_fetcher.js Apply PR feedback 2016-02-22 12:18:40 +01:00
wallet_settings_fetcher.js account settings 2015-06-17 17:48:23 +02:00

README

Recently, we've been discovering alt.js's sources. As it allows us to implement caching as well as avoid a lot of unnecessary boilerplate code, we do not want to write any more NEW fetchers.

So if you need to query an endpoint, or if you make active changes to one of the fetchers, please consider refactoring it to a source.

Also, please read the NAMING_CONVENTIONS.md file in there first.

Thanks