Skip to content

mar-hz/CodeforcesAPI-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CF APP

This is a Swift app exercise which fetches users' info using the Codeforces API. Info is displayed using List and a detail view with NavigationStack

API:

The endpoint used is for the user.info method. It returns a list of User objects, all documented in the Codeforces API's website.

Link to endpoint used: https://codeforces.com/api/user.info?handles=chaibn;pyoro;Realex78;gamby&checkHistoricHandles=false

Link to method documentation: https://codeforces.com/apiHelp/methods#user.info

How to run:

Download and open the app using Xcode, at least version 16.4 (which it was made with). The preview should load automatically. Since the URL itself contains the target users, the API call will fetch on running. To change the users that are shown for customization, change the list separated with semicolons after the "handles=" part of the URL.

Enjoy! :)

About

Created for class activity #6. Shows information on a few Codeforces users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages