Difference between revisions of "Developer FAQs"

From AgileApps Support Wiki
imported>Aeric
 
imported>Aeric
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#if: {{ShowDevInfo}} |
===How do I become a developer?===
===How do I become a developer?===


You can start developing on the platform today. For information on the coding platform, see the [[Developers Index|Developers]] page.
You can start developing on the platform today. For information on the coding platform, see the [[Developers Index]].


===Do you have an API?===
===Do you have an API?===
Yes. [[:Category:APIs|APIs]] are available for [[REST]] and [[Java API|Java]].<br>And see [[AJAX and REST]] for examples that call REST APIs from JavaScript.


Yes. [[:Category:APIs|APIs]] are available for [[REST]] and [[Java API|Java]]. See [[AJAX and REST]] for examples that call REST APIs from JavaScript.
=== See Also ===
 
:*[[General FAQs]]
:*[[Access Control FAQs]]
:*[[Customization FAQs]]
<noinclude>
<noinclude>


Line 12: Line 16:
[[Category:Development]]
[[Category:Development]]
</noinclude>
</noinclude>
}}
=== See Also ===
*[[General FAQs]]
*[[Access Control FAQs]]
*[[Customization FAQs]]

Latest revision as of 00:30, 10 July 2013

How do I become a developer?

You can start developing on the platform today. For information on the coding platform, see the Developers Index.

Do you have an API?

Yes. APIs are available for REST and Java.
And see AJAX and REST for examples that call REST APIs from JavaScript.

See Also