Skip to content

Instantly share code, notes, and snippets.

View 7jin16's full-sized avatar
💤

Masahito Jinguji 7jin16

💤
  • BASE, Inc.
  • Tokyo/Shibuya, Roppongi
  • X @7jin16
View GitHub Profile

BASE API v1 ドキュメント (β版)

BASEのAPIの開発者向けのドキュメントです。

概要

このAPIを使うと、あなたのアプリケーションとBASEを連携させることができます。

例えば

  • BASEのアカウントでログインする
  • BASEのショップの商品情報を取得する
(function () {
var i = 0;
document.querySelectorAll('tr.days .dval.vst').forEach(function(e) {
setTimeout(function () {
e.click();
document.querySelector('#startTime').value = '10:30';
document.querySelector('#endTime').value = '20:00';
document.querySelector('#dlgInpTimeOk').click();
}, 4000 * i);
i++;