![]() |
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. |
Solving the first problem maybe:
settings.php file (111. line): Code:
if ( FALSE ) { // if (get_magic_quotes_gpc ()) { |
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. |
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:
|
All times are GMT -7. The time now is 06:53 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc