An open API service indexing awesome lists of open source software.

https://github.com/debbl/auto-accessor


https://github.com/debbl/auto-accessor

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Auth Accessor

```yml
name: Accessor

on:
workflow_dispatch:

jobs:
accessor-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: test
uses: ./
with:
url: "https://bili-track.vercel.app/api/get-data"
```