Skip to content

dev-praveen/usersapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customusersapi

https://jsonplaceholder.typicode.com/users -- > users api https://jsonplaceholder.typicode.com/todos -- > todos api

Consume these two external apis in spring boot application and create single api with below requirement.

Each user is mapped to different tasks and we should get every user with completed tasks (if completed field is true) otherwise it is not completed task.

id in users api is same as userid in todos api.

Final api should be like below

    {
        "userName": "Delphine",
        "companyName": "Yost and Sons",
        "completedTasks": 8,
        "notCompletedTasks": 12
    }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published