We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make a connector feed by scraping data from volunteermatch.org or working with the api.
The text was updated successfully, but these errors were encountered:
@c1505 I like this idea. Is there documentation for the API anywhere?
Sorry, something went wrong.
http://cdn.volunteermatch.org/www/legal/VM-Public-Use-API-Overview.pdf api documentation. there isn't much there. looking through it now
more detail on the api here http://cdn.volunteermatch.org/www/legal/VM-Public-use-API-user-manual.pdf
I am waiting on approval to use the API. Without approval, I can only operate the hello_world action and can't access any actual data.
There is code to access the api here https://github.com/volunteermatch/vm-contrib/blob/master/api-examples/ruby/apiv2.rb . You just need to call it with your username and API key.
The api takes an action and a query. Will use the searchOpportunities action and pass in the locations as the query.
No branches or pull requests
Make a connector feed by scraping data from volunteermatch.org or working with the api.
The text was updated successfully, but these errors were encountered: