Left: | ||
Right: |
OLD | NEW |
---|---|
1 notifications | 1 notifications |
2 ============= | 2 ============= |
3 | 3 |
4 Backend for Adblock Plus notifications. It provides the following URLs: | 4 Backend for Adblock Plus notifications. It provides the following URLs: |
5 | 5 |
6 * */notification.json* - Return notifications to show | 6 * */notification.json* - Return notifications to show |
7 | 7 |
8 See [notification specification](https://bitbucket.org/adblockplus/spec/src/mast er/spec/abp/notifications.md) for more details. | |
9 | |
8 Required packages | 10 Required packages |
9 ----------------- | 11 ----------------- |
10 | 12 |
11 * [mock](https://pypi.python.org/pypi/mock) (Only for the tests) | 13 * [mock](https://pypi.python.org/pypi/mock) (Only for the tests) |
OLD | NEW |