Update README.md
This commit is contained in:
parent
4266e22d62
commit
089ca6f98f
1 changed files with 3 additions and 2 deletions
|
|
@ -5,8 +5,7 @@
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
Статья на Habr: [PowerShell и его возможности в уходящем году])https://habr.com/ru/articles/782592/)
|
Статья на Habr: [PowerShell и его возможности в уходящем году](https://habr.com/ru/articles/782592/)
|
||||||
[RSS лента публикаций](Invoke-RestMethod https://habr.com/ru/rss/users/Lifailon/publications/articles/?fl=ru)
|
|
||||||
|
|
||||||
- [Help](#help)
|
- [Help](#help)
|
||||||
- [Object](#object)
|
- [Object](#object)
|
||||||
|
|
@ -2565,6 +2564,8 @@ CopyQueue Length - длина репликационной очереди коп
|
||||||
|
|
||||||
# REST API
|
# REST API
|
||||||
|
|
||||||
|
`$url = "https://habr.com/ru/rss/users/Lifailon/publications/articles/?fl=ru"` RSS лента публикаций на Habr \
|
||||||
|
`Invoke-RestMethod $url` \
|
||||||
`$iwr = Invoke-WebRequest -Uri $url` \
|
`$iwr = Invoke-WebRequest -Uri $url` \
|
||||||
`$iwr | Get-Member` \
|
`$iwr | Get-Member` \
|
||||||
`$iwr.Content` \
|
`$iwr.Content` \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue