<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="47650" data-post-id="47650">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Eiji" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Eiji/120/36743_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Eiji
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>For all interested. I plan changes for third release candidate.</p>
<p>Here is my <strong>TODO</strong> list:</p>
<h2><a name="p-47650-h-1-make-test-helpers-like-1" class="anchor" href="#p-47650-h-1-make-test-helpers-like-1" aria-label="Heading link" rel="nofollow"></a>1. Make test helpers like:</h2>
<pre data-code-wrap="elixir"><code class="lang-elixir">assert_supported impl_or_module
assert_supported impl_or_module, only: [feature_name: 0]
assert_supported impl_or_module, except: [another_feature_name: 1]

assert_all_supported api_or_module
assert_all_supported api_or_module, only: [feature_name: 0]
assert_all_supported api_or_module, except: [another_feature_name: 1]
</code></pre>
<h2><a name="p-47650-h-2-supervise-all-registered-apis-2" class="anchor" href="#p-47650-h-2-supervise-all-registered-apis-2" aria-label="Heading link" rel="nofollow"></a>2. Supervise all registered apis</h2>
<p>For now all apis are using GenServer, but they are not supervised, so I want to dynamically add them to as supervisor children.</p>
<h2><a name="p-47650-h-3-small-fixes-3" class="anchor" href="#p-47650-h-3-small-fixes-3" aria-label="Heading link" rel="nofollow"></a>3. Small fixes</h2>
<p>For example I can see that <code>defp</code> should not be excluded in implementation.</p>
<h2><a name="p-47650-h-4-wait-for-your-input-4" class="anchor" href="#p-47650-h-4-wait-for-your-input-4" aria-label="Heading link" rel="nofollow"></a>4. Wait for your input</h2>
<p><a class="mention" href="/u/overminddl1" rel="nofollow">@OvermindDL1</a> will look at it and this is a good start. I saw that few people already downloaded my library. If anyone have questions or ideas then feel free to them in this topic.</p>
<p>When I found some more time then after final release I will work on <code>ex_doc</code> alternative and on new version of <code>ExApi</code> that will use it.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="47650" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/exapi-a-library-for-creating-and-managing-apis-and-their-implementations/6877/43">Post #42</a>
	                </div>
	            </div>
              <div id="likers-container-47650" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="47650"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>