Difference between revisions of "Developer FAQs"

From AgileApps Support Wiki
imported>Aeric
imported>Aeric
 
Line 1: Line 1:
===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]].<br>And see [[AJAX and REST]] for examples that call REST APIs from JavaScript.
<noinclude>
[[Category:FAQs]]
[[Category:Development]]
</noinclude>


=== See Also ===
=== See Also ===
Line 17: Line 11:
:*[[Access Control FAQs]]
:*[[Access Control FAQs]]
:*[[Customization FAQs]]
:*[[Customization FAQs]]
<noinclude>
[[Category:FAQs]]
[[Category:Development]]
</noinclude>

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