File tree Expand file tree Collapse file tree 2 files changed +48
-1
lines changed
Expand file tree Collapse file tree 2 files changed +48
-1
lines changed Original file line number Diff line number Diff line change 11# Random Data Web API
2- Provides the JSON/JSONP API to generate random data.
2+ Provides the JSON API to generate random data.
3+ This Web API supports CORS (Cross-Origin Resource Sharing).
4+
5+ [ 日本語のドキュメント] ( docs )
6+
7+ ## Random Data
8+ - alphabets
9+ - alphanumerics
10+ - byte sequence
11+ - UUID (GUID)
12+ - time-ordered ID
13+
14+ ## Web App
15+ This project is actually the ASP.NET Web app that contains the following:
16+ - Web API
17+ - help page with specification
18+ - test page using jQuery
19+
20+ [ randomdata.azurewebsites.net] ( https://randomdata.azurewebsites.net/ ) is a sample deployment.
21+
22+ ### Development Environment
23+ - .NET Framework 4.5
24+ - ASP.NET Web API 5.2.3
25+ - ASP.NET Web API Help Page 5.2.3
26+ - ASP.NET Web API Cross-Origin Support 5.2.3
27+ - Blaze 1.1.10
28+
29+ ### Release Notes
30+ - ** v1.0.0** The first release, using ASP.NET MVC.
31+ - ** v2.0.5** Use ASP.NET Web API.
Original file line number Diff line number Diff line change 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/ ) は配置例です。
You can’t perform that action at this time.
0 commit comments