Difference between revisions of "Developer FAQs"
From AgileApps Support Wiki
imported>Aeric |
imported>Aeric |
||
(One intermediate revision by the same user not shown) | |||
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 | 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. | |||
=== See Also === | |||
:*[[General FAQs]] | |||
:*[[Access Control FAQs]] | |||
:*[[Customization FAQs]] | |||
<noinclude> | <noinclude> | ||
Line 11: | Line 16: | ||
[[Category:Development]] | [[Category:Development]] | ||
</noinclude> | </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.