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: DEVNOTES.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,3 +20,14 @@ I should make sure I return the same response if possible.
20
20
<notifyResultsuccess="false"msg="The following parameters were missing from the request body: notifyProcedure, port, path, protocol." />
21
21
```
22
22
23
+
I think I check for all of these except notifyProcedure.
24
+
25
+
## Update README docs
26
+
27
+
Fully spec out XML-RPC endpoints with code samples.
28
+
29
+
## Build freestanding rssCloud testing tool
30
+
31
+
Hopefully this can be based on the test suite I'm creating now, but it will be a hosted app that has a dashboard where you can put in the details for an rssCloud server. It mocks the RSS feed and aggregator endpoints so it can direct the real rssCloud server at resources it controls. This way it can run through a series of tests with red/greed lights to see if each test passes.
32
+
33
+
Split out rssCloud.root functionality vs my extended functionality.
[](https://circleci.com/gh/rsscloud/rsscloud-server/tree/2.x)
0 commit comments