<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API Reference on MyLib Docs</title><link>https://carmelolg.github.io/shiori/v1.0.0/api/</link><description>Official documentation for MyLib — a fast, type-safe utility library for modern applications.</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 05 May 2026 19:49:24 +0000</lastBuildDate><atom:link href="https://carmelolg.github.io/shiori/v1.0.0/api/index.xml" rel="self" type="application/rss+xml"/><item><title>Create User</title><link>https://carmelolg.github.io/shiori/v1.0.0/api/create-user/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://carmelolg.github.io/shiori/v1.0.0/api/create-user/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;Create a new user.&lt;/p&gt;
&lt;h2 id="request-body"&gt;Request Body&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; (string, required)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;email&lt;/code&gt; (string, required)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;role&lt;/code&gt; (string, optional)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="response"&gt;Response&lt;/h2&gt;
&lt;p&gt;Returns the created user object.&lt;/p&gt;</description></item><item><title>Get User</title><link>https://carmelolg.github.io/shiori/v1.0.0/api/get-user/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://carmelolg.github.io/shiori/v1.0.0/api/get-user/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;Retrieve a single user by ID.&lt;/p&gt;
&lt;h2 id="parameters"&gt;Parameters&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Path Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;id&lt;/code&gt; (string, required) - The user ID&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Query Parameters:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;include&lt;/code&gt; (string, optional) - Include related data (profile, permissions)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="response"&gt;Response&lt;/h2&gt;
&lt;p&gt;Returns a user object with basic information.&lt;/p&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl -X GET https://api.example.com/users/user123 &lt;span class="se"&gt;\
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt; -H &lt;span class="s2"&gt;&amp;#34;Authorization: Bearer YOUR_TOKEN&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description></item><item><title>List Users</title><link>https://carmelolg.github.io/shiori/v1.0.0/api/list-users/</link><pubDate>Mon, 01 Jan 2024 00:00:00 +0000</pubDate><guid>https://carmelolg.github.io/shiori/v1.0.0/api/list-users/</guid><description>&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;List all users with pagination support.&lt;/p&gt;
&lt;h2 id="parameters"&gt;Parameters&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;limit&lt;/code&gt; (integer, optional) - Results per page (default: 20)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;offset&lt;/code&gt; (integer, optional) - Pagination offset (default: 0)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="response"&gt;Response&lt;/h2&gt;
&lt;p&gt;Returns an array of user objects.&lt;/p&gt;</description></item></channel></rss>