1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-08 20:55:59 +01:00
onion/js/fetchers
2016-05-27 11:33:47 +02:00
..
application_fetcher.js
edition_list_fetcher.js Small cosmetic changes 2016-01-18 10:53:01 +01:00
license_fetcher.js
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 Small cleanups and fixes for spacing, unused props, etc 2015-12-21 11:44:13 +01:00
piece_list_fetcher.js Remove edition_index endpoint 2016-03-22 15:31:03 +01:00
README.md
s3_fetcher.js Apply PR feedback 2016-02-22 12:18:40 +01:00
wallet_settings_fetcher.js

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