Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelassen authored Jun 13, 2020
1 parent 0837899 commit 623a1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# government-rus
A mobile app to track documents that will be discussed and applied by government

1. Get a list of events (заседаний):
1. Get a list of sessions (заседаний):
```
http://api.duma.gov.ru/api/<api_key>/questions.json?app_token=<app_token>&limit=5&dateFrom=2020-01-01
```
Expand All @@ -19,7 +19,7 @@ Response:
}
```

2. Get stenogram of an issue (стенограмма заседания по вопросу):
2. Get transcript of an issue (стенограмма заседания по вопросу):
```
http://api.duma.gov.ru/api/<api_key>/<kodz>/<kodvopr>.json?app_token=<app_token>
```
Expand Down

0 comments on commit 623a1bb

Please sign in to comment.