AsaiToshiya on Nostr: マージされた ...
マージされた
#Nostr
quoting nevent1q…69q9NIP-86: Relay Management API
https://github.com/nostr-protocol/nips/blob/relay-management-api/86.md
リレーを管理するための JSON RPC 風の API
リクエスト:
```
{
"method": "",
"params": ["", " ", " "]
}
```
レスポンス:
```
{
"result": {"": " "},
"error": ""
}
```
メソッド:
* `supportedmethods`
* `banpubkey`
* `listbannedpubkeys`
* `allowpubkey`
* `listallowedpubkeys`
* `listeventsneedingmoderation`
* `allowevent`
* `banevent`
* `listbannedevents`
* `changerelayname`
* `changerelaydescription`
* `changerelayicon`
* `allowkind`
* `disallowkind`
* `listallowedkinds`
* `blockip`
* `unblockip`
* `listblockedips`
PR: https://github.com/nostr-protocol/nips/pull/1325
#Nostr
nevent1q…ehye
#Nostr