aboutsummaryrefslogtreecommitdiff
path: root/files/it/web/guide/api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/it/web/guide/api/index.html')
-rw-r--r--files/it/web/guide/api/index.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/files/it/web/guide/api/index.html b/files/it/web/guide/api/index.html
new file mode 100644
index 0000000000..3f571c0cb8
--- /dev/null
+++ b/files/it/web/guide/api/index.html
@@ -0,0 +1,26 @@
+---
+title: Guide to Web APIs
+slug: Web/Guide/API
+tags:
+ - API
+ - Guide
+ - Landing
+ - NeedsTranslation
+ - TopicStub
+ - Web
+translation_of: Web/Guide/API
+---
+<p>Here you'll find links to each of the guides introducing and explaining each of the APIs that make up the Web development architecture.</p>
+
+
+<h2 id="Web_APIs_from_A_to_Z">Web APIs from A to Z</h2>
+
+<p>{{ListGroups}}</p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="/en-US/docs/Web/API">Web API interface reference</a> (an index of all of the interfaces comprising all of these APIs)</li>
+ <li><a href="/en-US/docs/Web/API/Document_Object_Model">Document Object Model</a> (DOM)</li>
+ <li><a href="/en-US/docs/Web/Events">Web API event reference</a></li>
+ <li><a href="/en-US/docs/Learn">Learning web development</a></li></ul>