mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
tweaks to docs (#200)
This commit is contained in:
@@ -2,5 +2,5 @@ RSS feed crawler and reader
|
||||
|
||||
# RSS Service
|
||||
|
||||
Provides a simple way to crawl and index RSS feeds making them accessibly via a simple unified API.
|
||||
Provides a simple way to crawl and index RSS feeds making them accessible via a simple unified API.
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ message Entry {
|
||||
string date = 7;
|
||||
}
|
||||
|
||||
// Add a new RSS feed with a name, url and category
|
||||
// Add a new RSS feed with a name, url, and category
|
||||
message AddRequest {
|
||||
// rss feed name
|
||||
// eg. a16z
|
||||
|
||||
Reference in New Issue
Block a user