We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f93e64d commit 10ac81bCopy full SHA for 10ac81b
docs/README.md
@@ -0,0 +1,18 @@
1
+# Random Data Web API
2
+ランダムなデータを生成するための JSON API を提供します。
3
+この Web API は CORS (Cross-Origin Resource Sharing) をサポートしています。
4
+
5
+## ランダム データの種類
6
+- アルファベット
7
+- アルファベットと数字
8
+- バイト列
9
+- UUID (GUID)
10
+- 時刻順の ID
11
12
+## Web アプリケーション
13
+このプロジェクトは実際には ASP.NET Web アプリケーションであり、以下が含まれています。
14
+- Web API
15
+- 仕様が記述されたヘルプページ
16
+- jQuery を利用したテストページ
17
18
+[randomdata.azurewebsites.net](https://randomdata.azurewebsites.net/) は配置例です。
0 commit comments