How to deploy Web Apps via Apps Script | Google Developers
Last active
March 21, 2018 12:27
-
-
Save sahara-ooga/f142d678a00e3ae0ac11f9057c0fb844 to your computer and use it in GitHub Desktop.
JSONを返すWeb APIを作る
jsonを貼り付けて、URLをGetメソッドで叩けばJSONが取れる。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"k": "v" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment