mrapids 0.1.7

Your OpenAPI, but executable
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GitHub search template
operation: search/repos
method: GET
path: /search/repositories

params:
  q: "{{query}}"
  sort: "{{sort:-stars}}"
  order: "{{order:-desc}}"
  per_page: "{{limit:-10}}"

headers:
  Accept: application/json

# Use with: mrapids run --template github-search --set query="language:python" --set limit=5