diff options
Diffstat (limited to 'files/fi/web/api/index.html')
-rw-r--r-- | files/fi/web/api/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/fi/web/api/index.html b/files/fi/web/api/index.html new file mode 100644 index 0000000000..98bda55ac9 --- /dev/null +++ b/files/fi/web/api/index.html @@ -0,0 +1,10 @@ +--- +title: Web API Interfaces +slug: Web/API +tags: + - 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>{{APIListAlpha}}</div> |