Suggestion - Expose API to public usage

Announcements, comments, ideas, feedback, and "How do I... ?" questions
Post Reply

Would you like Project Euler to expose their API

YES
2
25%
no
6
75%
 
Total votes: 8

maxovicsteiner
Posts: 1
Joined: Fri Aug 18, 2023 3:08 am

Suggestion - Expose API to public usage

Post by maxovicsteiner »

Imagine the possibilities if developers had access to Project Euler's API.
Top of my head: Live competition between two users, timed questions, heck even a built in code editor.
I know that the list of problems and their details can be accessed via simple GET requests, but what about the solutions? People can always find workarounds but every developer might implement it in his/her own way and solutions might vary. By exposing the API, Project Euler won't only become way more popular, but also become the main source for developers to make such apps.
pjt33
Posts: 140
Joined: Mon Oct 06, 2008 6:14 pm

Re: Suggestion - Expose API to public usage

Post by pjt33 »

What API? A project which isn't designed with the goal of supporting application programmers doesn't necessarily have an interface for them to use. From what we can see, it's possible to infer that the site itself mainly accesses data dumps which are generated by a scheduled task rather than live data, so there's probably nothing to give access to.
Post Reply