summaryrefslogtreecommitdiff
path: root/docs/build/Interfaces/API
diff options
context:
space:
mode:
Diffstat (limited to 'docs/build/Interfaces/API')
-rw-r--r--docs/build/Interfaces/API/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/build/Interfaces/API/index.html b/docs/build/Interfaces/API/index.html
index 448562d..e341500 100644
--- a/docs/build/Interfaces/API/index.html
+++ b/docs/build/Interfaces/API/index.html
@@ -120,7 +120,7 @@
- <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github">
+ <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -167,7 +167,7 @@
- <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github">
+ <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -1011,7 +1011,7 @@ This provides Ponzu developers with full control over the request/response
life-cycle.</p>
<hr />
<h2 id="interfaces">Interfaces<a class="headerlink" href="#interfaces" title="Permanent link">&para;</a></h2>
-<h3 id="apicreateable"><a href="https://godoc.org/github.com/ponzu-cms/ponzu/system/api#Createable">api.Createable</a><a class="headerlink" href="#apicreateable" title="Permanent link">&para;</a></h3>
+<h3 id="apicreateable"><a href="https://godoc.org/github.com/haturatu/ponzu/system/api#Createable">api.Createable</a><a class="headerlink" href="#apicreateable" title="Permanent link">&para;</a></h3>
<p>Externalable enables 3rd-party clients (outside the CMS) to send content via a
<code>multipart/form-data</code> encoded <code>POST</code> request to a specific endpoint:
<code>/api/content/create?type=&lt;Type&gt;</code>. When <code>api.Createable</code> is implemented, content
@@ -1036,7 +1036,7 @@ the "Pending" section altogether and become "Public" immediately. </p>
<hr />
-<h3 id="apiupdateable"><a href="https://godoc.org/github.com/ponzu-cms/ponzu/system/api#Updateable">api.Updateable</a><a class="headerlink" href="#apiupdateable" title="Permanent link">&para;</a></h3>
+<h3 id="apiupdateable"><a href="https://godoc.org/github.com/haturatu/ponzu/system/api#Updateable">api.Updateable</a><a class="headerlink" href="#apiupdateable" title="Permanent link">&para;</a></h3>
<p>Updateable enables 3rd-party clients (outside the CMS) to update existing content
via a <code>multipart/form-data</code> encoded <code>POST</code> request to a specific endpoint:
<code>/api/content/update?type=&lt;Type&gt;&amp;id=&lt;id&gt;</code>. Request validation should be employed
@@ -1056,7 +1056,7 @@ otherwise any client could change data in your database.</p>
<hr />
-<h3 id="apideleteable"><a href="https://godoc.org/github.com/ponzu-cms/ponzu/system/api#Deleteable">api.Deleteable</a><a class="headerlink" href="#apideleteable" title="Permanent link">&para;</a></h3>
+<h3 id="apideleteable"><a href="https://godoc.org/github.com/haturatu/ponzu/system/api#Deleteable">api.Deleteable</a><a class="headerlink" href="#apideleteable" title="Permanent link">&para;</a></h3>
<p>Updateable enables 3rd-party clients (outside the CMS) to delete existing content
via a <code>multipart/form-data</code> encoded <code>POST</code> request to a specific endpoint:
<code>/api/content/delete?type=&lt;Type&gt;&amp;id=&lt;id&gt;</code>. Request validation should be employed
@@ -1076,7 +1076,7 @@ otherwise any client could delete data from your database.</p>
<hr />
-<h3 id="apitrustable"><a href="https://godoc.org/github.com/ponzu-cms/ponzu/system/api#Trustable">api.Trustable</a><a class="headerlink" href="#apitrustable" title="Permanent link">&para;</a></h3>
+<h3 id="apitrustable"><a href="https://godoc.org/github.com/haturatu/ponzu/system/api#Trustable">api.Trustable</a><a class="headerlink" href="#apitrustable" title="Permanent link">&para;</a></h3>
<p>Trustable provides a way for submitted content (via <code>api.Createable</code>) to bypass
the <code>editor.Mergeable</code> step in which CMS end-users must manually click the
"Approve" button in order for content to be put in the "Public" section and access
@@ -1160,7 +1160,7 @@ altogether.</p>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <a href="https://github.com/ponzu-cms" class="md-footer-social__link fa fa-github"></a>
+ <a href="https://github.com/haturatu" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ponzu_cms" class="md-footer-social__link fa fa-twitter"></a>