Hacker News new | past | comments | ask | show | jobs | submit login

I recall some functionality in a PHP framework I was using that allowed you to make API calls on the server side through use of a class or function. It was something like

    $user = $api->GET('/accounts/the_user');
which would process the API call without actually making a separate HTTP request. Would this accomplish it?



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: