diff options
Diffstat (limited to 'files/el/web/api/index.html')
-rw-r--r-- | files/el/web/api/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/el/web/api/index.html b/files/el/web/api/index.html new file mode 100644 index 0000000000..5f7d964ff7 --- /dev/null +++ b/files/el/web/api/index.html @@ -0,0 +1,18 @@ +--- +title: Web API Interfaces +slug: Web/API +tags: + - API + - Apps + - JavaScript + - Reference + - Web +translation_of: Web/API +--- +<p>When writing code for the Web using JavaScript, there are a great many APIs available. Below is a list of all the interfaces (that is, types of objects) that you may be able to use while developing your Web app or site.</p> + +<div> +<div>{{APIListAlpha}}</div> +</div> + +<p> </p> |