差分

ナビゲーションに移動 検索に移動

MediaWikiAPIを利用してC♯でページを作成・編集する

72 バイト追加, 2019年7月26日 (金) 16:34
== どんなメッセージを送っているの? ==
;editトークンの取得
<presyntaxhighlight lang="text">http://rindomain.com/rinwiki/api.php ? action=tokens & type=edit & format=xml</presyntaxhighlight>
;ページの作成・更新
<presyntaxhighlight lang="text">http://rindomain.com/rinwiki/api.php ? action=edit & title=[タイトル] & text=[本文] & token=[取得したトークン] & format=xml</presyntaxhighlight>
[[Category:MediaWiki]]
[[Category:C♯]]

案内メニュー