Repository files navigation
제주 블록체인해커톤 팀 Ticketer의 Grape 서버입니다~~~
contract
name
artist
content
video
address
lat
lng
startDate
endDate
ownerName
ownerEmail
ownerDes
tickets
Description: 티켓 정보들
Type: Object Array
Example:
[{
"name" :" early bird" ,
"description" :" 일찍 일어나는 새" ,
"amount" :100 ,
"price" :50
}]
name
Description: 콘서트이름 (Concert Name)
artist
Description: 아티스트 (Artist Name)
date
address
Description: 주소 (Location)
200
Description: 성공
Response:
_id picture name startDate endDate minPrice maxPrice location
Test: 테스트하기
200
Description: 성공
Response:
name artist content video picture address placeName lat lng startDate endDate owner : Object tickets : Object Array
owner: { name, email, description }
tickets: [{ name, description, amount, price }]
Test: 테스트하기
200
Description: 성공
Response: concert id의 Array
Example:
[
" blah" ,
" blah" ,
" blah"
]
티켓의 구매, 양도와 같은 작업 처리 시 주인 변경
before
Description: 이전 티켓 주인의 walletId
walletId
Description: 티켓을 구매 하는/양도 받는 사람의 walletId
concertId
200:
{
"isExist" : " true" // (or false)
}
201:
400:
Description: walletId가 이미 존재함
walletIdArr
Description: 지갑 아이디 배열
Example:
[
" walletid1" ,
" walletid2" ,
" walletid3"
]
200
[
" nickname1" ,
" nickname2" ,
" nickname3" ,
]
About
그레이프 서버입니당~~
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.