This commit is contained in:
TheDoubleH 2023-09-22 14:37:02 +00:00
parent 2914a84a66
commit be278fced3
246 changed files with 619 additions and 619 deletions

View file

@ -1,4 +1,4 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>alguidelines.dev - Business Central Design Patterns Best Practices</title><link>https://alguidelines.dev/docs/bestpractices/</link><description>Recent content in Best Practices on alguidelines.dev - Business Central Design Patterns</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://alguidelines.dev/docs/bestpractices/index.xml" rel="self" type="application/rss+xml"/><item><title>Docs: API Page / Query</title><link>https://alguidelines.dev/docs/bestpractices/api-page/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://alguidelines.dev/docs/bestpractices/api-page/</guid><description>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>alguidelines.dev - Business Central Design Patterns Best Practices</title><link>https://alguidelines.dev/docs/bestpractices/</link><description>Recent content in Best Practices on alguidelines.dev - Business Central Design Patterns</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="https://alguidelines.dev/docs/bestpractices/index.xml" rel="self" type="application/rss+xml"/><item><title>Docs: API Page / Query</title><link>https://alguidelines.dev/docs/bestpractices/api-page/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://alguidelines.dev/docs/bestpractices/api-page/</guid><description>
&lt;p>&lt;em>Created by Arend-Jan Kauffmann, Described by Arend-Jan Kauffmann&lt;/em>&lt;/p>
&lt;h2 id="description">Description&lt;/h2>
&lt;p>API pages are different from UI pages. They require different properties and don&amp;rsquo;t behave the same. Because API pages are used for integration with external applications, they should be treated as contracts. To achieve this, the following topics are important.&lt;/p>