Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Looking for work? Have a job and looking for that right person to fill your position? Post your resumes and open positions here! Does your company provide a service that the industry needs? Post your service here. Video Editing, blog writing, encoding, programming, the works. |
|
Thread Tools |
06-03-2023, 08:42 AM | #1 |
Registered User
Industry Role:
Join Date: Jan 2023
Posts: 4
|
I am looking for a web developer (GitHub API)
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. |
06-03-2023, 08:45 AM | #2 |
Registered User
Industry Role:
Join Date: Jan 2023
Posts: 4
|
Solving the first problem maybe:
settings.php file (111. line): Code:
if ( FALSE ) { // if (get_magic_quotes_gpc ()) { |
06-03-2023, 08:55 AM | #3 |
Registered User
Industry Role:
Join Date: Jan 2023
Posts: 4
|
I think the second problem:
Need this (API docs): Code:
/repos/{owner}/{repo}/git/trees/{tree_sha} Code:
/repos/{owner}/{repo}/git/trees/master?recursive=true&1685804128334 I don't have time for this. Please help me. Thanks. |
06-08-2023, 08:54 PM | #4 | |
Confirmed User
Industry Role:
Join Date: Sep 2015
Posts: 88
|
It depends on the version. See the examples in the documentation
``` curl -L \ -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer <YOUR-TOKEN>"\ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/OWNER/R...trees/TREE_SHA ``` Get a tree (docs.github.com/en/rest/git/trees): https://docs.github.com/en/rest/git/...-28#get-a-tree Quote:
|
|