2021-12-15 16:48:17 +00:00
|
|
|
id: api-bitrise
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Bitrise API Test
|
|
|
|
author: daffainfo
|
|
|
|
severity: info
|
2022-07-25 06:05:11 +00:00
|
|
|
description: Build tool and processes integrations to create efficient development pipelines
|
2021-12-15 16:48:17 +00:00
|
|
|
reference:
|
|
|
|
- https://api-docs.bitrise.io/
|
2022-07-25 06:05:11 +00:00
|
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/bitrise
|
2021-12-15 16:48:17 +00:00
|
|
|
tags: token-spray,bitrise
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
GET https://api.bitrise.io/v0.1/me HTTP/1.1
|
|
|
|
Host: api.bitrise.io
|
|
|
|
Authorization: {{token}}
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"username":'
|
|
|
|
- '"slug":'
|
|
|
|
- '"email":'
|
|
|
|
condition: and
|