microCMS sdk for Python.
注意
- この SDK は非公式です
- この SDK は開発中なので、今後 API に破壊的変更が入る可能性があります
現在は PyPI に登録していないため、以下のコマンドでインストールしてください。
# pip を利用している場合
pip install git+https://github.com/zztkm/microcms-python-sdk.git
# uv を利用している場合
uv add https://github.com/zztkm/microcms-python-sdk.gitコンテンツAPI
- GET /api/v1/{endpoint}
- GET /api/v1/{endpoint}/{content_id}
- POST /api/v1/{endpoint}
- PUT /api/v1/{endpoint}/{content_id}
- PATCH /api/v1/{endpoint}/{content_id}
- DELETE /api/v1/{endpoint}/{content_id}
マネジメントAPI