@digicap-web/sdk 0.1.0-dev.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # Digicap-Web-API-Schema
2
+
3
+ digicapのバックエンドとフロントをスキーマとリポジトリを定義し、つなげるSDK君(かわいいね
4
+
5
+ | ファイル名 | 説明 |
6
+ | ------------------------------ | ------------------------------------------ |
7
+ | `src/repository/xxx.ts` | ユーザー関連のapi呼び出し |
8
+ | `src/repository/museum/xxx.ts` | ユーザー以外のリソースの呼び出し(記事など) |
9
+ | `src/schema/xxx.ts` | データベースの構造・各テーブルの設計 |