alfio-event / alfio-event/alf.io
Public API DRAFT
- 主要语言
- Java
- 星标
- 1.6k
- 派生
- 396
- PR 合并指标
- 30 天内没有已合并 PR
描述
# DRAFT PUBLIC API
## Create/Update Event
POST /api/v1/admin/event/create
POST /api/v1/admin/event/update/:slug
DELETE /api/v1/admin/event/:slug
Basic-Auth API Client
```json
{
"title": "Titolo",
"slug": "titolo",
"description": [{
"lang": "de",
"body": "text description"
}],
"location": {
"fullAddress": "Pollegio 6742 Switzerland",
"coordinate": {
"latitude": 45.55,
"longitude": 9.00
}
},
"timezone": "Europe/Zurich",
"startDate": "2018-02-15T15:24:22",
"endDate": "2018-02-15T16:24:22",
"websiteUrl": "http://www.amicidelticino.ch/aktivitaten/exklusivbesuch-des-kommandoturms-der-sbb",
"termsAndConditionsUrl": "http://www.amicidelticino.ch/agb",
"imageUrl": "https://www.amicidelticino.ch/assets/adt/images/amicidelticino-logo.png",
"tickets": {
"freeOfCharge": false,
"max": 10,
"currency": "CHF",
"VAT": 7.7,
"VATIncluded": true,
"paymentMethods": ["CREDIT_CARD","ONSITE","OFFLINE"],
"categories": [
{
"name":"Standard",
"description": "",
"maxTickets": null,
"accessRestricted": false,
"price": 10.0,
"startSellingDate": "2018-02-15T15:24:22",
"endSellingDate": "2018-02-15T16:24:22"
}
],
"promoCodes": [
{
"name": "",
"validForm":"2018-02-15T15:24:22",
"validTo": "2018-02-16T16:24:22",
"discountType": "AMOUNT",
"amount": 10
}
]
}
}
```
## To retrive stats
GET /api/v1/admin/event/:slug/stats
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。