Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add batch denylist check #166

Merged
merged 3 commits into from
Jun 27, 2023
Merged

feat: add batch denylist check #166

merged 3 commits into from
Jun 27, 2023

Commits on Jun 21, 2023

  1. feat: add batch denylist check

    Send an array of CID strings to check if they are on the denylist. Reponse is the subset of the array that is on the denylist.
    
    ```http
    POST /
    Content-Type: application/json
    
    ["cid1","cid2"]
    ```
    
    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    8427846 View commit details
    Browse the repository at this point in the history
  2. chore: handle invalid json

    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b933f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. chore: fix content-type check

    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    af5327a View commit details
    Browse the repository at this point in the history