1

I'm trying to search the Stack Overflow questions using the php stacks app

But I can't seem to find the search method, I'm trying to pass a search string parameter to the method (if it exists)

For example:

$stackoverflow = API::Site('stackoverflow');

$searchString;

$response = $stackoverflow->???->Exec(); // problem here

1 Answer 1

1

The Column 80 - Plain Text optimised SOFU (code) has a search feature and is based on that library, too. So it's a working example and probably helpful.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.