Skip to content
New issue

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

useful endpoints #4

Closed
derekeder opened this issue Sep 21, 2013 · 2 comments
Closed

useful endpoints #4

derekeder opened this issue Sep 21, 2013 · 2 comments

Comments

@derekeder
Copy link
Member

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) });
@evz
Copy link
Contributor

evz commented Sep 21, 2013

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.

@derekeder
Copy link
Member Author

Oh yah - these were really just for me to remember how to post them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants