<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>api on Kizito</title>
		<link>https://kizi.to/tags/api/</link>
		<description>Recent content in api on Kizito</description>
		<generator>Hugo</generator>
		<language>en-us</language>
		
		
		
		
			<lastBuildDate>Fri, 14 Feb 2020 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://kizi.to/tags/api/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>simple crud api with vercel&#39;s now</title>
				<link>https://kizi.to/simple-now-crud-api/</link>
				<pubDate>Fri, 14 Feb 2020 00:00:00 +0000</pubDate>
				<guid>https://kizi.to/simple-now-crud-api/</guid>
				<description>&lt;p&gt;By the end of this note, you’ll know – in a step by step fashion – exactly how to build and deploy a fully functional REST API with CRUD abilities on Vercel’s serverless function platform.&lt;/p&gt;&#xA;&lt;p&gt;Over the next few minutes, we would be building an API for notes handling. The API would have the following route definitions:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Create a new note: &lt;code&gt;POST /notes&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Fetch all notes: &lt;code&gt;GET /notes&lt;/code&gt;&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Fetch a single note: &lt;code&gt;GET /notes/:id&lt;/code&gt;&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
