diff options
Diffstat (limited to 'files/ja/glossary/rest/index.html')
-rw-r--r-- | files/ja/glossary/rest/index.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/files/ja/glossary/rest/index.html b/files/ja/glossary/rest/index.html deleted file mode 100644 index bb2fc19dac..0000000000 --- a/files/ja/glossary/rest/index.html +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: REST -slug: Glossary/REST -tags: - - Architecture - - Beginner - - Glossary - - HTTP - - Rest - - WebMechanics -translation_of: Glossary/REST ---- -<p>Representational State Transfer (<strong>REST</strong>) は、効率的で信頼性の高い拡張性に富んだ分散システムをもたらすソフトウェアアーキテクチャの設計の一連の制約を表します。これらの制約に従うと、システムは RESTful と呼ばれます。 ソフトウェアアーキテクチャのグループで、効率的な、信頼できる、拡張性のあるシステムをもたらす強制的なデザインを指します。</p> - -<p>REST の基本的な考え方は、リソース、たとえば文書が、明確かつ標準化された操作と形式をもって、その状態と関係 (ハイパーテキスト) とともに転送されるというものです。多くの場合、他の場所で何らかの操作をせずに {{Glossary("API")}} やサービスを呼び出すことができることが RESTful と呼ばれます。</p> - -<p>{{glossary("World Wide Web","ウェブ")}} の背景となる標準プロトコルである {{Glossary("HTTP")}} も、文書やハイパーテキストリンクを転送し、また標準でもあるため、シンプルな HTTP API は、 REST の制約に厳密に則っていなくても、俗に RESTful API、 RESTful サービス、または単に REST サービスとも呼ばれることがあります。初心者は、 REST API が標準のウェブライブラリやツールを使用して呼び出すことができる HTTP サービスを意味すると想像している可能性があります。</p> - -<h2 id="Learn_more" name="Learn_more">関連項目</h2> - -<h3 id="Learn_about_it" name="Learn_about_it">それについて学ぶ</h3> - -<ul> - <li><a href="http://www.restapitutorial.com/">restapitutorial.com</a></li> - <li><a href="http://restcookbook.com/">restcookbook.com</a></li> -</ul> - -<h3 id="General_knowledge" name="General_knowledge">一般的な知識</h3> - -<ul> - <li>ウィキペディア上の記事「{{Interwiki("wikipedia", "Representational_State_Transfer", "REST")}}」</li> - <li><a href="https://www.service-architecture.com/articles/web-services/representational_state_transfer_rest.html">REST Architecture</a></li> -</ul> |