module Apiclient

Extended Modules

Defined in:

apiclient.cr

Constant Summary

VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def create(client, body) #

[View source]
def destroy(client, todo_id) #

[View source]
def destroy_all(client) #

[View source]
def index(client) #

[View source]
def open #

Use a single stream


[View source]
def show(client, todo_id) #

[View source]
def update(client, todo_id, body) #

[View source]