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

Update README.md for New APIs folder #126

Merged
merged 1 commit into from
May 20, 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
16 changes: 16 additions & 0 deletions New_APIs/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# **Let's learn together how to use new APIs!**

| Name of API | Description of API |
|---|---|
|[Coding Details API](./CodingDetails_API)| It validates coding profiles for platforms like LeetCode, CodeChef, and Codeforces, and fetch details associated with these profiles.|
|[College Lectures API](./College_Lectures_API)| This is a simple API for managing college lectures. It allows users to search for a particular lecture of their college.|
|[Demo CRUD API](./Demo_CRUD_API)| It is a simple api that can be used to create, read, update and delete users. It uses a json file as a database. It also gives a glimpse about how to use authorization headers.|
|[E-learning Platform API](./E-learning_Platform_API)|This API serves as the backend for an E-learning platform, providing various functionalities such as user authentication, user management, course management, review handling, profile management, and more. |
|[IIT ISM Subjects API](./IIT-ism-subjects-api)|This API provides endpoints to retrieve information about subjects offered at IIT ISM Dhanbad.|
|[JsonServer API](./JsonServer_API)|This API sets up a development environment for an Angular project alongside a JSON server API. |
|[Library API](./LibraryApi)|It is a library API which can be use to manage library data and library management.|
|[Movie TV Show API](./Movie_Tv_Show_API)|It is a simple api that can be used to fetch data of movie and tv-show with filter options of page, limit, search, and type. It uses a json file as a database.|
|[Recipe Realm API](./Recipe_Realm_API)|This is a simple web application that allows you to search for recipes using the MealDB API and display detailed information about a selected recipe, including its name, category, area, instructions, ingredients, and a link to a video demonstration (if available).|
|[User Data API](./UserDataAPI)|This API serves as a simulated database of people, likely for testing or demonstration purposes in software development.|
|[Authentication API](./auth_API/)|This Authentication API provides endpoints for user registration, login, forgot password, and reset password functionalities. |
|[AWS S3 Multimedia Storage Client API](./aws-client-api/)|This is a client API that facilitates interaction with an AWS S3 bucket for storing and retrieving multimedia files. By utilizing the provided functions, you can easily upload and download multimedia files to and from the S3 bucket.|
|[Music API Web Application](./music-api/)|You can access any song and listen to it. Below are some useful links and information.|
Loading