Developer Center website. https://developers.write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.8 KiB

  1. {{define "head"}}<title>Write.as Developer Center</title>
  2. <style type="text/css">
  3. .content-container ul {
  4. list-style: none;
  5. text-indent: 0;
  6. margin: 0;
  7. padding: 0 !important;
  8. }
  9. .content-container li {
  10. margin: 1em 0 !important;
  11. }
  12. </style>
  13. {{end}}
  14. {{define "body-attrs"}}id="promo"{{end}}
  15. {{define "content"}}
  16. <div class="content-container" style="text-align: center; font-size: 1em;">
  17. <div class="heading">
  18. <h1>Write.as Developer Center</h1>
  19. <p style="font-size: 1.2em">Build your own apps and utilities on the Write.as platform.</p>
  20. </div>
  21. </div>
  22. <div class="content-container snug clean extra-clean">
  23. <div class="clearfix blurbs">
  24. <div class="half">
  25. <h2>API Libraries</h2>
  26. <ul>
  27. <li><a href="https://github.com/writeas/go-writeas">Go</a></li>
  28. <li><a href="https://github.com/writeas/writefreely-swift">Swift</a> (WriteFreely)</li>
  29. <li><a href="https://github.com/DinoBansigan/WriteAs.NET">.NET Core</a></li>
  30. <li><a href="https://github.com/devsnek/writeas.js">Javascript</a></li>
  31. <li><a href="https://github.com/cjeller1592/WriteasAPI">Python</a></li>
  32. <li><a href="https://github.com/theimpossibleastronaut/writeas.php">PHP</a></li>
  33. </ul>
  34. </div>
  35. <div class="half">
  36. <h2>Documentation</h2>
  37. <ul>
  38. <li><a href="/docs/api/">API Documentation</a></li>
  39. </ul>
  40. </div>
  41. </div>
  42. <div class="clearfix blurbs">
  43. <h2 style="text-align: left">Examples</h2>
  44. <div class="half">
  45. <ul>
  46. <li><strong>Go</strong></li>
  47. <li><a href="https://github.com/writeas/writeas-api/tree/master/examples/go-text-importer">Text Importer</a></li>
  48. </ul>
  49. </div>
  50. <div class="half">
  51. <ul>
  52. <li><strong>Javascript</strong></li>
  53. <li><a href="https://github.com/writeas/writeas-api/tree/master/examples/node-general">General</a></li>
  54. </ul>
  55. </div>
  56. </div>
  57. </div>
  58. {{end}}