You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
docbox Docbox is an open source REST API documentation system. It takes structured Markdown files and generates a friendly two-column layout with navigation, permalinks, and examples. The documentation source files that Docbox uses are friendly for documentation authors and free of presentational code: it's Markdown. Demo documentation Docbox is a JavaScript application written with React. The cor
Crud was built to be scaffolding on steroids, and allow developers to have enough flexibility to use it for both rapid prototyping and production applications, even on the same code base -- saving you time. Crud is very fast to install, a few minutes tops. Crud is very flexible and has tons of configuration options. Crud aims to stay out of your way, and if it happens to get in your way, you can c
defmodule MyApp.Server do use Maru.Server, otp_app: :my_app end defmodule Router.User do use MyApp.Server namespace :user do route_param :id do get do json(conn, %{user: params[:id]}) end desc "description" params do requires :age, type: Integer, values: 18..65 requires :gender, type: Atom, values: [:male, :female], default: :female group :name, type: Map do requires :first_name requires :last_nam
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く