File tree 1 file changed +27
-2
lines changed 1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change 6
6
//!
7
7
//! - [`GET /v5/channel/list`](crate::routes::channel::channel_list)
8
8
//!
9
- //! - [`GET /v5/channel/:id/accounting`](channel::get_accounting_for_channel) (auth required)
9
+ //! todo
10
+ //!
11
+ //! - [`GET /v5/channel/:id/accounting`](channel::get_accounting_for_channel)
12
+ //!
13
+ //! todo
10
14
//!
11
15
//! - [`GET /v5/channel/:id/spender/:addr`](channel::get_spender_limits) (auth required)
12
16
//!
17
+ //! todo
18
+ //!
13
19
//! - [`POST /v5/channel/:id/spender/:addr`](channel::add_spender_leaf) (auth required)
14
20
//!
21
+ //! todo
22
+ //!
15
23
//! - [`GET /v5/channel/:id/spender/all`](channel::get_all_spender_limits) (auth required)
16
24
//!
25
+ //! todo
17
26
//!
18
27
//! - [`GET /v5/channel/:id/validator-messages`](channel::validator_message::list_validator_messages)
19
28
//!
26
35
//!
27
36
//! - [`POST /v5/channel/:id/validator-messages`](channel::validator_message::create_validator_messages) (auth required)
28
37
//!
38
+ //! todo
39
+ //!
40
+ //! - [`POST /v5/channel/:id/last-approved`](channel::last_approved)
41
+ //!
42
+ //! todo
43
+ //!
29
44
//! - `POST /v5/channel/:id/pay` (auth required)
30
45
//!
31
46
//! TODO: implement and document as part of issue #382
73
88
//!
74
89
//!
75
90
//! - `POST /v5/campaign` (auth required)
91
+ //!
76
92
//! Create a new Campaign.
77
93
//!
78
94
//! It will make sure the `Channel` is created if new and it will update the spendable amount using the `Adapter::get_deposit()`.
83
99
//!
84
100
//! `POST /v5/campaign/:id/close` (auth required)
85
101
//!
86
- //! # Analytics
102
+ //! todo
103
+ //!
104
+ //! ## Analytics
105
+ //!
106
+ //! - `GET /v5/analytics`
107
+ //!
108
+ //! todo
87
109
//!
88
110
//! - `GET /v5/analytics/for-publisher` (auth required)
111
+ //!
89
112
//! todo
90
113
//!
91
114
//! - `GET /v5/analytics/for-advertiser` (auth required)
115
+ //!
92
116
//! todo
93
117
//!
94
118
//! - `GET /v5/analytics/for-admin` (auth required)
119
+ //!
95
120
//! todo
96
121
//!
97
122
pub use analytics:: analytics as get_analytics;
You can’t perform that action at this time.
0 commit comments