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

chore: new link jsoning api #2500

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions database/backend/api.json
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you have added "(my website/project)" in the description

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the issue description that gives a small description about JSONing so I added it can I once again change the code

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update the description

Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,12 @@
"url": "https://isro.vercel.app/",
"category": "backend",
"subcategory": "api"
},
{
"name": "JSONing API",
"description": "JSONing is an open-source tool that enables to mock REST APIs using JSON file for prototyping.",
"url": "https://jsoning.com/api/",
"category": "backend",
"subcategory": "api"
}
]
Loading