/doc/core/z_service.html

http://github.com/zotonic/zotonic · HTML · 94 lines · 78 code · 16 blank · 0 comment · 0 complexity · fef127f9b76182cd4dbefec4d926be07 MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Module z_service</title>
  5. <link rel="stylesheet" type="text/css" href="stylesheet.css" title="EDoc">
  6. </head>
  7. <body bgcolor="white">
  8. <div class="navbar"><a name="#navbar_top"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
  9. <hr>
  10. <h1>Module z_service</h1>
  11. <ul class="index"><li><a href="#description">Description</a></li><li><a href="#index">Function Index</a></li><li><a href="#functions">Function Details</a></li></ul>Support functions for API calls.
  12. <p>Copyright Š 2009 Arjan Scherpenisse
  13. Date: 2009-10-03</p>
  14. <p><b>Authors:</b> Arjan Scherpenisse (<a href="mailto:arjan@scherpenisse.net"><tt>arjan@scherpenisse.net</tt></a>).</p>
  15. <h2><a name="description">Description</a></h2>Support functions for API calls.
  16. <h2><a name="index">Function Index</a></h2>
  17. <table width="100%" border="1" cellspacing="0" cellpadding="2" summary="function index"><tr><td valign="top"><a href="#all-1">all/1</a></td><td></td></tr>
  18. <tr><td valign="top"><a href="#all-2">all/2</a></td><td></td></tr>
  19. <tr><td valign="top"><a href="#applies-2">applies/2</a></td><td></td></tr>
  20. <tr><td valign="top"><a href="#grouped-1">grouped/1</a></td><td></td></tr>
  21. <tr><td valign="top"><a href="#handler-1">handler/1</a></td><td></td></tr>
  22. <tr><td valign="top"><a href="#http_methods-1">http_methods/1</a></td><td></td></tr>
  23. <tr><td valign="top"><a href="#method-1">method/1</a></td><td></td></tr>
  24. <tr><td valign="top"><a href="#module-1">module/1</a></td><td></td></tr>
  25. <tr><td valign="top"><a href="#needauth-1">needauth/1</a></td><td></td></tr>
  26. <tr><td valign="top"><a href="#serviceinfo-1">serviceinfo/1</a></td><td></td></tr>
  27. <tr><td valign="top"><a href="#title-1">title/1</a></td><td></td></tr>
  28. </table>
  29. <h2><a name="functions">Function Details</a></h2>
  30. <h3 class="function"><a name="all-1">all/1</a></h3>
  31. <div class="spec">
  32. <p><tt>all(Context) -&gt; any()</tt></p>
  33. </div>
  34. <h3 class="function"><a name="all-2">all/2</a></h3>
  35. <div class="spec">
  36. <p><tt>all(X1, Context) -&gt; any()</tt></p>
  37. </div>
  38. <h3 class="function"><a name="applies-2">applies/2</a></h3>
  39. <div class="spec">
  40. <p><tt>applies(Rest, Service) -&gt; any()</tt></p>
  41. </div>
  42. <h3 class="function"><a name="grouped-1">grouped/1</a></h3>
  43. <div class="spec">
  44. <p><tt>grouped(Context) -&gt; any()</tt></p>
  45. </div>
  46. <h3 class="function"><a name="handler-1">handler/1</a></h3>
  47. <div class="spec">
  48. <p><tt>handler(X1) -&gt; any()</tt></p>
  49. </div>
  50. <h3 class="function"><a name="http_methods-1">http_methods/1</a></h3>
  51. <div class="spec">
  52. <p><tt>http_methods(Service) -&gt; any()</tt></p>
  53. </div>
  54. <h3 class="function"><a name="method-1">method/1</a></h3>
  55. <div class="spec">
  56. <p><tt>method(Service) -&gt; any()</tt></p>
  57. </div>
  58. <h3 class="function"><a name="module-1">module/1</a></h3>
  59. <div class="spec">
  60. <p><tt>module(Service) -&gt; any()</tt></p>
  61. </div>
  62. <h3 class="function"><a name="needauth-1">needauth/1</a></h3>
  63. <div class="spec">
  64. <p><tt>needauth(Service) -&gt; any()</tt></p>
  65. </div>
  66. <h3 class="function"><a name="serviceinfo-1">serviceinfo/1</a></h3>
  67. <div class="spec">
  68. <p><tt>serviceinfo(M) -&gt; any()</tt></p>
  69. </div>
  70. <h3 class="function"><a name="title-1">title/1</a></h3>
  71. <div class="spec">
  72. <p><tt>title(Service) -&gt; any()</tt></p>
  73. </div>
  74. <hr>
  75. <div class="navbar"><a name="#navbar_bottom"></a><table width="100%" border="0" cellspacing="0" cellpadding="2" summary="navigation bar"><tr><td><a href="overview-summary.html" target="overviewFrame">Overview</a></td><td><a href="http://www.erlang.org/"><img src="erlang.png" align="right" border="0" alt="erlang logo"></a></td></tr></table></div>
  76. <p><i>Generated by EDoc, Oct 13 2011, 14:45:55.</i></p>
  77. </body>
  78. </html>