BASEのAPIの開発者向けのドキュメントです。
このAPIを使うと、あなたのアプリケーションとBASEを連携させることができます。
例えば
- BASEのアカウントでログインする
- BASEのショップの商品情報を取得する
| #!/bin/sh | |
| # | |
| # Create Google Chrome launcher (for Mac) | |
| # | |
| CHROME_APP="/Applications/Google Chrome.app" | |
| CHROME_PROFILE_DIR="$HOME/Library/Application Support/Google/Chrome" | |
| echo "Enter profile name: \c" |
| .hoge { | |
| @for $i from 0 through 10 { | |
| li-#{$i + 1} { | |
| margin: #{50 * $i}px; | |
| } | |
| } | |
| } |
| <html> | |
| <head> | |
| <link rel="canonical" href="<%= current_uri_sans_amp %>"> | |
| </head> | |
| ... | |
| </html> |