teamIdというクエリを付ける。
https://zeit.co/api#api-basics/authentication
あるteamのaliase情報を取りたいならこう。
get-aliases.sh
curl "https://api.zeit.co/v2/now/aliases?teamId={teamId}" \
-H "Authorization: Bearer {token}"
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
teamIdというクエリを付ける。
https://zeit.co/api#api-basics/authentication
あるteamのaliase情報を取りたいならこう。
curl "https://api.zeit.co/v2/now/aliases?teamId={teamId}" \
-H "Authorization: Bearer {token}"
tokenの取得Register as a new user and use Qiita more conveniently
Go to list of users who liked