Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Paging in API

Paging in API

This is a presentation I used at #pagernight on 2014-07-04.

r7kamura

July 04, 2014
Tweet

More Decks by r7kamura

Other Decks in Programming

Transcript

  1. LLiinnkk HHeeaaddeerr ! ** RRFFCC 55998888 ((WWeebb LLiinnkkiinngg)) ** ヘッダ内に他ページへのリンク

    ** 最初・前・次・最後 を入�れてる ! Link:  </recipes?page=2>;  rel=“next”,              </recipes?page=9>;  rel=“last”
  2. class RecipesController < ApplicationController include Authorization ! prepend Pagination !

    def index render json: resources end ! private ! def resources Recipe.published end end
  3. ページャ怖い話 ! 「キャッシュ入�れた」 ! ! ! ! ! ! 「めでたい」「爆速」

    「」「::++11::」 「iiOOSSアプリなんか“もっと見る”出ないんだけど?」