apirestfake
Version:
Fake API REST para proyectos para praticar y consumir datos de ella
73 lines (69 loc) • 3.68 kB
HTML
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" initial-scale="1" />
<title>My JSON Server - Fake online REST server for teams</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic" />
<link rel="stylesheet" href="http://cdn.rawgit.com/necolas/normalize.css/master/normalize.css" />
<link rel="stylesheet" href="http://cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css" />
<link rel="stylesheet" href="https://my-json-server.typicode.com/styles/index.css" />
<link rel="stylesheet" href="http://cdn.jsdelivr.net/highlight.js/9.10.0/styles/color-brewer.min.css" />
<link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" />
</head>
<body>
<div class="header">
<div class="container narrow">
<div class="row">
<div class="column"><a href="https://github.com/joseluisgs/APIRESTFake">JSON Server - Fake API REST</a></div>
<div class="column"><a href="https://github.com/joseluisgs">GitHub</a><a href="https://twitter.com/joseluisgonsan">Twitter</a></div>
</div>
</div>
</div>
<main>
<div class="container narrow">
<div class="row">
<div class="column sidebar">
<div><a href="https://github.com/joseluisgs"><img id="avatar" src="https://avatars0.githubusercontent.com/u/47913953?s=460&u=aa62bf0a2147da76311e14a4bf73f530c15508b7&v=4"/></a></div>
<div><a class="button button-outline"
href="https://twitter.com/intent/tweet?text=Check my fake API and get your own on My JSON Server - &url=https://my-json-server.typicode.com/APIRESTFake/joseluisgs"
target="_blank"><i class="icon ion-social-twitter"></i>Share</a></div>
<div><a class="button button-outline" href="https://github.com/joseluisgs/APIRESTFake"><i
class="icon ion-fork-repo"></i>Fork</a></div>
</div>
<div class="column">
<h3><a href="https://github.com/joseluisgs/APIRESTFake">APIRESTFake</a></h3>
<h5>by <a href="https://github.com/joseluisgs">joseluisgs</a></h5>
<hr />
<h5><i class="icon ion-code"></i>Available resources</h5>
<ul>
<li><a href="/joseluisgs/APIRESTFake/users">users</a></li>
<li><a href="/joseluisgs/APIRESTFake/posts">posts</a></li>
<li><a href="/joseluisgs/APIRESTFake/comments">comments</a></li>
<li><a href="/joseluisgs/APIRESTFake/albums">albums</a></li>
<li><a href="/joseluisgs/APIRESTFake/photos">photos</a></li>
<li><a href="/joseluisgs/APIRESTFake/todos">todos</a></li>
<li><a href="/joseluisgs/APIRESTFake/db">db</a></li>
</ul>
<p>You can use GET, POST, PUT, PATCH and DELETE. Changes aren't persisted between calls.</p>
<hr />
<h5><i class="icon ion-social-octocat"></i>Source</h5>
<p><i>https://github.com/joseluisgs/APIRESTFake/blob/[main|master]/db.json</i></p>
</div>
</div>
<script src="/repo.js"></script>
</div>
</main>
<footer>
<div class="container narrow">
<div class="row">
<div class="column"><i class="icon ion-code"></i> with <i class="icon heart ion-heart"></i> by<a
href="https://github.com/joseluisgs"> joseluisgs</a></div>
<div class="column">© 2020 José Luis González Sánchez.</div>
</div>
</div>
</footer>
<script src="//cdn.jsdelivr.net/highlight.js/9.10.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>