Hiring I am looking for a web developer (GitHub API)

medivhcodes

Member
8
2023
2
240
Hey,

I am looking for a web developer (PHP/JS).

I would like use this:
github.com/icecoder/ICErepo

It hasn't been touched since 2018. I think the GitHub API has changed since then and this is the problem.

I think it just needs to be updated to work.

Email: medivhcodes AT protonmail DOT com

Thanks.
Post automatically merged:

Solving the first problem maybe:

settings.php file (111. line):

PHP:
if ( FALSE ) { // if (get_magic_quotes_gpc ()) {

This function has been DEPRECATED as of PHP 7.4.0, and REMOVED as of PHP 8.0.0. Relying on this function is highly discouraged.
Post automatically merged:

I think the second problem:

Need this (API docs):

Code:
/repos/{owner}/{repo}/git/trees/{tree_sha}

But maybe I see that a call:

Code:
/repos/{owner}/{repo}/git/trees/master?recursive=true&1685804128334

master? I think need SHA hash. Maybe the old API use string, not SHA hash.

I don't have time for this. Please help me. Thanks.
 
Last edited:
1 comment
Back
Top