Skip to content

Commit

Permalink
Merge pull request #1685 from kazuhi-ra/patch-1
Browse files Browse the repository at this point in the history
「Rails による API 専用アプリケーション」ページのtypo修正
  • Loading branch information
hachi8833 authored Sep 30, 2024
2 parents 5002e7b + afbb172 commit 6ad2513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/api_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ APIアプリケーションについて

従来、Railsの「API」というと、プログラムからアクセスできるAPIをWebアプリケーションに追加することを指すのが通例でした。たとえば、GitHubが提供する[API](https://developer.github.com) はカスタムクライアントから利用できます。

近年、さまざまなクライアント側フレームワークが登場したことによって、Railsで構築したバックエンドサーバ―を他のWebアプリケーションとネイティブアプリケーションの間で共有する手法が増えてきました
近年、さまざまなクライアント側フレームワークが登場したことによって、Railsで構築したバックエンドサーバーを他のWebアプリケーションとネイティブアプリケーションの間で共有する手法が増えてきました

たとえば、Twitterは自社のWebアプリケーションで [パブリックAPI](https://dev.twitter.com) を利用しています。このWebアプリケーションは、JSONリソースを消費するだけの静的サイトとして構築されています。

Expand Down

0 comments on commit 6ad2513

Please sign in to comment.