diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:45 -0500 |
commit | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch) | |
tree | 0dd8b084480983cf9f9680e8aedb92782a921b13 /files/hu/web/api/index.html | |
parent | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff) | |
download | translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2 translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip |
initial commit
Diffstat (limited to 'files/hu/web/api/index.html')
-rw-r--r-- | files/hu/web/api/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/hu/web/api/index.html b/files/hu/web/api/index.html new file mode 100644 index 0000000000..14bc9a0a46 --- /dev/null +++ b/files/hu/web/api/index.html @@ -0,0 +1,18 @@ +--- +title: Web API interfaces +slug: Web/API +tags: + - API + - Landing + - NeedsTranslation + - Reference + - TopicStub + - Web + - WebAPI +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. For a list of the APIs that contain each of these interfaces, see <a href="/en-US/docs/Web/Reference/API" title="/en-US/docs/Web/Reference/API">Web API reference</a>.</p> + +<div> +<div>{{APIListAlpha}}</div> +</div> |