34 lines
876 B
YAML
34 lines
876 B
YAML
id: api-bitrise
|
|
|
|
info:
|
|
name: Bitrise API Test
|
|
author: daffainfo
|
|
severity: info
|
|
description: Build tool and processes integrations to create efficient development pipelines
|
|
reference:
|
|
- https://api-docs.bitrise.io/
|
|
- https://github.com/daffainfo/all-about-apikey/tree/main/bitrise
|
|
metadata:
|
|
max-request: 1
|
|
tags: token-spray,bitrise
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a0047304502203371c051bd3399996cc566f5864a6e016a56f383c0ced061c17e85d1117ab252022100d976865824087f7c211f9213a1452a87ad07e2b5aae257c8872a9e00ddd7bdda:922c64590222798bb761d5b6d8e72950
|