Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyaohshimo committed Aug 31, 2016
1 parent fe3b5ae commit 1b8ecb2
Show file tree
Hide file tree
Showing 20 changed files with 789 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,11 @@
## :pushpin: APIバージョン
(APIバージョンの記述をお願いします:bow:

## :pencil2: 再現方法
(再現方法の記述をお願いします:bow:

## :bug: 実際の結果
(実際の結果の記述をお願いします:bow:

## :sunny: 想定される結果
(想定される結果の記述をお願いします:bow:
37 changes: 35 additions & 2 deletions README.md
@@ -1,2 +1,35 @@
# CoineyKit-Payge
CoineyKit for Coiney Payge
# Coineyペイジ API

![](./images/main.jpg)

## API仕様

- [概要](api-spec/overview.md)
- [認証](api-spec/authentication.md)
- [セキュリティ](api-spec/security.md)
- [エラー](api-spec/errors.md)
- [ページング](api-spec/pagination.md)
- [バージョニング](api-spec/versioning.md)
- [変更履歴](api-spec/CAHNGELOG.md)
- [swaggerドキュメント](api-spec/api.yaml)

### Payments API

- [支払いの作成](api/payments/create.md)
- [支払い情報の取得](api/payments/get.md)
- [支払い情報の更新](api/payments/update.md)
- [支払い一覧の取得](api/payments/list.md)

## ユーザーガイド

- [Webhookについて](user-guides/webhook.md)
- [支払いステータスについて](user-guides/status.md)
- [テスト決済](user-guides/sandbox.md)

## サンプルプロジェクト

- [Node.JS](examples/nodejs)

## バグ報告

バグ報告の際は、[イシュートラッカー](https://github.com/Coiney-SDK/CoineyKit-Payge/issues) にイシューを作成して頂きますようお願い致します。また、Coineyペイジ APIに関しては、[support@coiney.com](mailto:support@coiney.com)よりお問い合わせください。
9 changes: 9 additions & 0 deletions api-spec/CAHNGELOG.md
@@ -0,0 +1,9 @@
## 2016-08-31

### 機能

- Payment API
- 支払いの作成
- 支払い情報の取得
- 支払い情報の更新
- 支払い一覧の取得

0 comments on commit 1b8ecb2

Please sign in to comment.