diff --git a/news/README.md b/news/README.md index dfb54bf..7bdf238 100644 --- a/news/README.md +++ b/news/README.md @@ -1,23 +1,5 @@ +Get the news + # News Service -This is the News service - -Generated with - -``` -micro new news -``` - -## Usage - -Generate the proto code - -``` -make proto -``` - -Run the service - -``` -micro run . -``` \ No newline at end of file +Get the latest news headlines from anywhere in the world diff --git a/news/proto/news.proto b/news/proto/news.proto index 9a3d6a5..ac815c7 100644 --- a/news/proto/news.proto +++ b/news/proto/news.proto @@ -35,6 +35,7 @@ message Article { string locale = 12; } +// Get the latest news headlines message HeadlinesRequest { // comma separated list of languages to retrieve in e.g en,es string language = 1;