Skip to content

Commit

Permalink
Remove API for clearcode and matchcode #241 #445 #453
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Jun 3, 2024
1 parent 0cab7e3 commit 116b8f3
Show file tree
Hide file tree
Showing 6 changed files with 86 additions and 692 deletions.
80 changes: 0 additions & 80 deletions clearcode/api.py

This file was deleted.

126 changes: 0 additions & 126 deletions clearcode/tests/test_api.py

This file was deleted.

14 changes: 14 additions & 0 deletions docs/source/purldb/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ Return a list of package sets and the package data of packages within
``GET /api/projects/0bbdcf88-ad07-4970-9272-7d5f4c82cc7b/``
.. code-block:: json
{
"count": 8198,
"next": "https://public.purldb.io/api/package_sets/?page=2",
Expand Down Expand Up @@ -1100,3 +1101,16 @@ Return a ``git_repo`` from a standard PackageURL ``package_url``.
{
"git_repo": "git+https://github.com/ckeditor/ckeditor4-react.git"
}
matching
--------
.. code-block:: json
{
"upload_file": null,
"input_urls": [],
"webhook_url": ""
}
Loading

0 comments on commit 116b8f3

Please sign in to comment.