Difference between pages "MediaWiki:Common.css" and "Category:API"

From SmartWiki
(Difference between pages)
Jump to: navigation, search
 
 
Line 1: Line 1:
@charset "utf-8";
+
{{CategoryHeader}}
/* CSS Document */
 
  
/* CSS placed here will be applied to all skins */
+
==API==
#ca-talk { display:none!important; }
+
 
#ca-history { display:none!important; }
+
SmartSimple supports three APIs:
#ca-viewsource { display:none!important; }
+
 
.categorywrapper {display: inline-block; max-width: 1150px;}
+
*'''Web Services XML based API''' - this type of API was popular back in the early days on the Internet. It's complicated to use and requires a lot of processing resources. Though we still support this API we are not recommending that you use it unless you really have no other choice.
.category {float: left; height:215px; margin-right: 15px; margin-bottom:30px; padding: 0px 15px; border-radius: 6px;border: 1px solid #ececec; cursor:pointer; transition: box-shadow 0.3s ease-in-out;}
+
 
.category:hover {box-shadow: 0 1px 2px rgba(0,0,0,0.15); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15); transition: box-shadow 0.3s ease-in-out;}
+
*'''JSON API''' - this type of API is very popular today. It's easy to use and does not require a lot of processing overheadYou can try the this API from the SmartSimple website with this link https://api.smartsimple.com/devtools/api.html
.architecture { display: block; margin: 25px auto 0 auto; text-a lign: center; background-image: url(/images/3/37/Architecture.png);width: 70px; height: 70px; }
+
 
.applicationlogic {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/5/52/Applicationlogic.png); width: 70px; height: 70px;}
+
*'''Ajax based API''' - this type of API runs in the browser but we don't recommend that you use this one either.
.communications {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/4/44/Communications.png); width: 70px; height: 70px; }
+
 
.integration { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/e/ea/Integration.png); width: 74px; height: 70px;}
+
[[Category:Integration]]
.security {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/2/2a/Lock_new.png); width: 70px; height: 70px;}
 
.tools {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/c/c5/Tools.png); width: 70px; height: 70px;}
 
.ui {display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/1/18/Ui.png); width: 70px; height: 70px; }
 
.uta { display: block; margin: 25px auto 0 auto; text-align: center; background-image: url(/images/b/b1/Uta.png); width: 70px; height: 70px;}
 
.category p {font-size:20px; width: 100%; text-align: center; font-weight: normal;color: #127975; margin: 13px 0 5px 0; }
 
.category span {font-size: 14px; width: 225px; margin: 0 auto; display: block; text-align: center; line-height: 140%; }
 
body.page-Main_page_new h1 {display: none;}
 
a, div.portal div.body ul li a {color: #127b78 !important;}
 
h1, h2, h3, h4, h5, h6 { color: #127b78 !important;}
 
.mw-body {border: 1px solid #127b78;}
 
fieldset {border: 1px solid #127b78;
 

Revision as of 16:49, 16 March 2017

This page is meant to organize categories, please see the below listings to navigate the sub-categories and articles.

API

SmartSimple supports three APIs:

  • Web Services XML based API - this type of API was popular back in the early days on the Internet. It's complicated to use and requires a lot of processing resources. Though we still support this API we are not recommending that you use it unless you really have no other choice.
  • JSON API - this type of API is very popular today. It's easy to use and does not require a lot of processing overhead. You can try the this API from the SmartSimple website with this link https://api.smartsimple.com/devtools/api.html
  • Ajax based API - this type of API runs in the browser but we don't recommend that you use this one either.