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
add a project
$.post( 'http://civic-json-app.herokuapp.com/add-project/', data={'project_url': "https://github.com/my-name/my-project/"}, function(resp){ console.log(resp) });
delete a project
$.post( 'http://civic-json-app.herokuapp.com/delete-project/', data={'project_url': "https://github.com/my-name/my-project/"}, function(resp){ console.log(resp) });
The text was updated successfully, but these errors were encountered:
Add and Delete are both already there. In the case of delete, there are some implementation details (see #5) that we need to talk about.
Sorry, something went wrong.
Oh yah - these were really just for me to remember how to post them.
No branches or pull requests
add a project
delete a project
The text was updated successfully, but these errors were encountered: