This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
dido:public:s_cli:05_contents:01_prt:02_basics:01_commondef:api [2021/10/03 16:31] 157.90.182.28 ↷ Links adapted because of a move operation |
dido:public:s_cli:05_contents:01_prt:02_basics:01_commondef:api [2022/01/15 14:48] (current) 50.19.247.197 ↷ Links adapted because of a move operation |
||
|---|---|---|---|
| Line 11: | Line 11: | ||
| )) | )) | ||
| - | Sometimes the API is a standard developed independently of any specific component. Other times the API is developed by a "utility" component for use by may other components. Examples of standardized APIs are [[dido:public:ra:xapend:xapend.a_glossary:s:sql | SQL]] and [[dido:public:ra:xapend:xapend.b_stds:tech:ieee:posix | POSIX]]. Examples of a component centric API are [[https://developers.google.com/sheets/api | Google Sheets]], the [[https://www.grapecity.com/documents-api-word | MS Word .NET API]], or the [[https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/startup/Tomcat.html | Tomcat API]]. APIs should not be confused with [[dido:public:ra:xapend:xapend.a_glossary:g:gui]]. (( | + | Sometimes the API is a standard developed independently of any specific component. Other times the API is developed by a "utility" component for use by may other components. Examples of standardized APIs are [[dido:public:ra:xapend:xapend.a_glossary:s:sql | SQL]] and [[dido:public:ra:xapend:xapend.b_stds:tech:ieee:1003.1| POSIX]]. Examples of a component centric API are [[https://developers.google.com/sheets/api | Google Sheets]], the [[https://www.grapecity.com/documents-api-word | MS Word .NET API]], or the [[https://tomcat.apache.org/tomcat-9.0-doc/api/org/apache/catalina/startup/Tomcat.html | Tomcat API]]. APIs should not be confused with [[dido:public:ra:xapend:xapend.a_glossary:g:gui]]. (( |
| GeeksForGeeks, | GeeksForGeeks, | ||
| __Difference between API and GUI__, | __Difference between API and GUI__, | ||