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
WEB+DB PRESS vol88&vol89のElixirの紹介が言語紹介の文章でいまだかつてないほどのわかり易さだったので Elixirド素人がElixirとPhoenixフレームワークを使ってちゃんと公開できるREST APIサーバーを作ってみるまでを紹介します。 これを読めばたぶん2時間ぐらいで任意のデータのREST APIサーバーが作成できます。 フル版のソース - github 実際に作成したAPIの仕様 放映中のアニメ公式 Twitterアカウントのフォロワー変動履歴情報を提供するRESTful API サーバーを作りました 作成テーマ要件 Elixir PhoenixフレームワークでREST API サーバーを作る 今回扱うデータは特定分野のTwitterアカウントリストのフォロワー履歴とする MySQLに格納されたデータをREST API経由で取得できるようにする イン
Grape で Web API 開発 - kzy52's blog 前回は Jbuilder を使いましたが 今回はGrape::Entityというgemを使ってJSONフォーマットを実装していきたいと思います。 ディレクトリ構成とルーティングは以下のようになる予定です。 ├── app │ ├── apis │ │ ├── api │ │ │ ├── base.rb │ │ │ ├── v1 │ │ │ │ ├── base.rb │ │ │ │ ├── comments.rb │ │ │ │ └── message_boards.rb │ │ │ └── v2 │ │ │ ├── base.rb │ │ │ ├── comments.rb │ │ │ └─
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
Tutorial: building a JSON REST API server with Node.js and MongoDB using Mongoskin and Express.js utilizing Mocha and Super Agent for BDD/TDD. Update3: Expess 4 version of this tutorial is available at Express.js 4, Node.js and MongoDB REST API Tutorial, and github.com/azat-co/rest-api-express (master branch). This tutorial will work with Express 3.x. Update2: “Mongoskin removed ‘db.collection.id’
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く