diff --git a/New_APIs/README.md b/New_APIs/README.md index 8b13789..c79ec55 100644 --- a/New_APIs/README.md +++ b/New_APIs/README.md @@ -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.|