You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,19 @@ Active todos, ordered by priority
4
4
5
5
## High
6
6
7
-
- implement Discussion API
8
7
- implement Crawlbot
9
8
- implement Search API
10
9
11
10
## Medium
12
11
12
+
- write usage example
13
13
- add streaming to Crawlbot - make it stream the result (it constantly grows)
14
14
- implement Video API (currently beta)
15
15
- improve Custom API
16
16
- improve Wildcard Entity - apply to Custom API
17
17
18
18
## Low
19
19
20
-
- get more mock responses and test against them
20
+
- work on PhpDoc consistency ($param type vs type $param)
21
+
- get more mock responses and test against them
22
+
- write example with custom EntityIterator (different Entity set for different API) and custom Entity (i.e. authorProfile, which parses some of the data and prepares for further use)
0 commit comments