0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VS CodeでHTTPリクエスト 試してみました

Posted at

◆試してみました
サクッとAPIを叩く方法 (VS CodeでHTTPリクエストが送れちゃう拡張機能) - Qiita
https://qiita.com/yoshii0110/items/d40a1c8bcf0353b5bff3

◆Visual Studio Code 導入
Download Visual Studio Code - Mac, Linux, Windows
https://code.visualstudio.com/Download

◆REST Client 導入

REST Client - Visual Studio Marketplace
https://marketplace.visualstudio.com/items?itemName=humao.rest-client

【初心者向け】VBS用にVS Codeをインストールした際に最低限やっておきたい設定項目
文字コードの自動判別有効化
https://www.depthbomb.net/?p=2702

◆REST API 確認

〇新規
コマンドとしては、Windowsの場合は、Ctrl + N

〇MediaWiki APIを使ってWikipediaの情報を取得 - Qiita
https://qiita.com/yubessy/items/16d2a074be84ee67c01f

〇ソース 記事「IBM」の本文を取得
https://ja.wikipedia.org/w/api.php?format=xml&action=query&prop=revisions&titles=IBM&rvprop=content

〇実行
コマンドとしては、Windowsの場合は、Ctrl + Alt + R
又は
Send Request

〇結果
20220701.png

◆vbs(VBScript) 確認

ソース
Msgbox "Hello World."

VisualStudioCodeでVBScriptを実行する
https://blog.janjan.net/2020/02/01/vsc-run-exec-vbscript/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?