Skip to content

Commit

Permalink
deploy: f273ed5
Browse files Browse the repository at this point in the history
  • Loading branch information
aceton41k committed Sep 16, 2024
1 parent efe2351 commit d159e5e
Show file tree
Hide file tree
Showing 83 changed files with 1,388 additions and 6 deletions.
40 changes: 40 additions & 0 deletions 94/app.js

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions 94/data/attachments/1d91ec5f6d92529c.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div>POST to http://localhost:8080/auth/login</div>

<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;email&quot;: &quot;chantal.terry@yahoo.com&quot;,
&quot;password&quot;: &quot;7wh10&quot;
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>Accept: */*</div>
<div>User-Agent: Autotest-api-client</div>
<div>Content-Type: application/json</div>
</div>



<h4>Curl</h4>
<div>
curl -v -X POST &#39;http://localhost:8080/auth/login&#39; -H &#39;Accept: */*&#39; -H &#39;User-Agent: Autotest-api-client&#39; -H &#39;Content-Type: application/json&#39; -d &#39;{
&quot;email&quot;: &quot;chantal.terry@yahoo.com&quot;,
&quot;password&quot;: &quot;7wh10&quot;
}&#39;
</div>
17 changes: 17 additions & 0 deletions 94/data/attachments/1e27714f1c839ea4.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div>GET to http://localhost:8080/api/posts</div>


<h4>Headers</h4>
<div>
<div>Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz</div>
<div>User-Agent: Autotest-api-client</div>
<div>Accept: */*</div>
<div>Content-Type: application/json</div>
</div>



<h4>Curl</h4>
<div>
curl -v -X GET &#39;http://localhost:8080/api/posts&#39; -H &#39;Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz&#39; -H &#39;User-Agent: Autotest-api-client&#39; -H &#39;Accept: */*&#39; -H &#39;Content-Type: application/json&#39;
</div>
24 changes: 24 additions & 0 deletions 94/data/attachments/1eec56f31fc45878.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div>Status code 404 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
</pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Content-Length: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:47 GMT</div>
</div>


34 changes: 34 additions & 0 deletions 94/data/attachments/1f7ffb9f269520e2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<div>PUT to http://localhost:8080/api/posts/999999</div>

<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;id&quot;: null,
&quot;title&quot;: &quot;Reiciendis ab fugiat aut excepturi illo nesciunt pariatur.&quot;,
&quot;message&quot;: &quot;Modi laudantium aliquam accusamus distinctio odio unde tempore rem quo et culpa autem voluptas mollitia ex ratione et odit quidem assumenda alias eum quibusdam accusantium.&quot;,
&quot;createdAt&quot;: null,
&quot;updatedAt&quot;: null
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz</div>
<div>User-Agent: Autotest-api-client</div>
<div>Accept: */*</div>
<div>Content-Type: application/json</div>
</div>



<h4>Curl</h4>
<div>
curl -v -X PUT &#39;http://localhost:8080/api/posts/999999&#39; -H &#39;Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz&#39; -H &#39;User-Agent: Autotest-api-client&#39; -H &#39;Accept: */*&#39; -H &#39;Content-Type: application/json&#39; -d &#39;{
&quot;id&quot;: null,
&quot;title&quot;: &quot;Reiciendis ab fugiat aut excepturi illo nesciunt pariatur.&quot;,
&quot;message&quot;: &quot;Modi laudantium aliquam accusamus distinctio odio unde tempore rem quo et culpa autem voluptas mollitia ex ratione et odit quidem assumenda alias eum quibusdam accusantium.&quot;,
&quot;createdAt&quot;: null,
&quot;updatedAt&quot;: null
}&#39;
</div>
27 changes: 27 additions & 0 deletions 94/data/attachments/2704bb1eac492399.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<div>Status code 404 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;error&quot;: &quot;Post with id 999999 was not found&quot;
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Transfer-Encoding: chunked</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:47 GMT</div>
<div>Content-Type: application/json</div>
</div>


40 changes: 40 additions & 0 deletions 94/data/attachments/283b088d3786a2c0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<div>Status code 200 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;id&quot;: 1,
&quot;fullName&quot;: &quot;Horacio Skiles II&quot;,
&quot;email&quot;: &quot;chantal.terry@yahoo.com&quot;,
&quot;createdAt&quot;: &quot;2024-09-16T21:59:45.825+00:00&quot;,
&quot;updatedAt&quot;: &quot;2024-09-16T21:59:45.825+00:00&quot;,
&quot;authorities&quot;: [

],
&quot;password&quot;: null,
&quot;username&quot;: null,
&quot;enabled&quot;: true,
&quot;accountNonExpired&quot;: true,
&quot;accountNonLocked&quot;: true,
&quot;credentialsNonExpired&quot;: true
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Transfer-Encoding: chunked</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:47 GMT</div>
<div>Content-Type: application/json</div>
</div>


28 changes: 28 additions & 0 deletions 94/data/attachments/3cf93c2a35df23bf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<div>Status code 200 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;token&quot;: &quot;eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz&quot;,
&quot;expiresIn&quot;: 18000000
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Transfer-Encoding: chunked</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:45 GMT</div>
<div>Content-Type: application/json</div>
</div>


23 changes: 23 additions & 0 deletions 94/data/attachments/3f2ef4030a5e22fd.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<div>Status code 204 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
</pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:47 GMT</div>
</div>


17 changes: 17 additions & 0 deletions 94/data/attachments/4175c34f7ed71a8b.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div>GET to http://localhost:8080/api/posts/3</div>


<h4>Headers</h4>
<div>
<div>Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz</div>
<div>User-Agent: Autotest-api-client</div>
<div>Accept: */*</div>
<div>Content-Type: application/json</div>
</div>



<h4>Curl</h4>
<div>
curl -v -X GET &#39;http://localhost:8080/api/posts/3&#39; -H &#39;Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz&#39; -H &#39;User-Agent: Autotest-api-client&#39; -H &#39;Accept: */*&#39; -H &#39;Content-Type: application/json&#39;
</div>
31 changes: 31 additions & 0 deletions 94/data/attachments/4446cc6fa393320d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<div>Status code 200 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;id&quot;: 3,
&quot;title&quot;: &quot;Aliquam magnam sunt quae quia architecto.&quot;,
&quot;message&quot;: &quot;Repellat totam vero aliquid harum dolore impedit officia cum dolore excepturi nostrum cum ad neque nulla quia omnis exercitationem asperiores at nobis.&quot;,
&quot;createdAt&quot;: null,
&quot;updatedAt&quot;: null
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Transfer-Encoding: chunked</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:47 GMT</div>
<div>Content-Type: application/json</div>
</div>


40 changes: 40 additions & 0 deletions 94/data/attachments/4583a9fea0f40f4d.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<div>Status code 200 </div>


<h4>Body</h4>
<div>
<pre class="preformated-text">
{
&quot;id&quot;: 1,
&quot;fullName&quot;: &quot;Horacio Skiles II&quot;,
&quot;email&quot;: &quot;chantal.terry@yahoo.com&quot;,
&quot;password&quot;: &quot;$2a$10$f6isdOIPrM.3ZdAfnPkHNOhi5WntxOnlb42CsyRHoOth0JKai.eFW&quot;,
&quot;createdAt&quot;: &quot;2024-09-16T21:59:45.825+00:00&quot;,
&quot;updatedAt&quot;: &quot;2024-09-16T21:59:45.825+00:00&quot;,
&quot;authorities&quot;: [

],
&quot;username&quot;: &quot;chantal.terry@yahoo.com&quot;,
&quot;enabled&quot;: true,
&quot;accountNonExpired&quot;: true,
&quot;accountNonLocked&quot;: true,
&quot;credentialsNonExpired&quot;: true
} </pre>
</div>

<h4>Headers</h4>
<div>
<div>X-Frame-Options: DENY</div>
<div>Transfer-Encoding: chunked</div>
<div>Keep-Alive: timeout=60</div>
<div>Cache-Control: no-cache, no-store, max-age=0, must-revalidate</div>
<div>X-Content-Type-Options: nosniff</div>
<div>Connection: keep-alive</div>
<div>Pragma: no-cache</div>
<div>Expires: 0</div>
<div>X-XSS-Protection: 0</div>
<div>Date: Mon, 16 Sep 2024 21:59:45 GMT</div>
<div>Content-Type: application/json</div>
</div>


17 changes: 17 additions & 0 deletions 94/data/attachments/7e444a1ea256875c.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div>GET to http://localhost:8080/api/posts/999999</div>


<h4>Headers</h4>
<div>
<div>Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz</div>
<div>User-Agent: Autotest-api-client</div>
<div>Accept: */*</div>
<div>Content-Type: application/json</div>
</div>



<h4>Curl</h4>
<div>
curl -v -X GET &#39;http://localhost:8080/api/posts/999999&#39; -H &#39;Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz&#39; -H &#39;User-Agent: Autotest-api-client&#39; -H &#39;Accept: */*&#39; -H &#39;Content-Type: application/json&#39;
</div>
17 changes: 17 additions & 0 deletions 94/data/attachments/827c24aea1613bee.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<div>GET to http://localhost:8080/api/me</div>


<h4>Headers</h4>
<div>
<div>Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz</div>
<div>User-Agent: Autotest-api-client</div>
<div>Accept: */*</div>
<div>Content-Type: application/json</div>
</div>



<h4>Curl</h4>
<div>
curl -v -X GET &#39;http://localhost:8080/api/me&#39; -H &#39;Authorization: Bearer eyJhbGciOiJIUzM4NCJ9.eyJzdWIiOiJjaGFudGFsLnRlcnJ5QHlhaG9vLmNvbSIsImlhdCI6MTcyNjUyMzk4NiwiZXhwIjoxNzI2NTQxOTg2fQ.kdjhzQv1k0uoC1ODuFxoupyRDRiUknTksZTCn-Y2M0pKsEneXzagYFrd90MPSJIz&#39; -H &#39;User-Agent: Autotest-api-client&#39; -H &#39;Accept: */*&#39; -H &#39;Content-Type: application/json&#39;
</div>
Loading

0 comments on commit d159e5e

Please sign in to comment.