Created
December 7, 2014 13:28
-
-
Save pencilcheck/adbdc72c5750b9659171 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stats_api_v2_user_job_post GET /api/v2/users/:user_id/job_posts/:id/stats(.:format) api/v2/job_posts#stats {:format=>:json} | |
publish_api_v2_user_job_post POST /api/v2/users/:user_id/job_posts/:id/publish(.:format) api/v2/job_posts#publish {:format=>:json} | |
archive_api_v2_user_job_post POST /api/v2/users/:user_id/job_posts/:id/archive(.:format) api/v2/job_posts#archive {:format=>:json} | |
like_api_v2_user_job_post POST /api/v2/users/:user_id/job_posts/:id/like(.:format) api/v2/job_posts#like {:format=>:json} | |
dislike_api_v2_user_job_post POST /api/v2/users/:user_id/job_posts/:id/dislike(.:format) api/v2/job_posts#dislike {:format=>:json} | |
POST /api/v2/users/:user_id/job_posts/:id/like/users/:candidate_id(.:format) api/v2/job_posts#like {:format=>:json} | |
POST /api/v2/users/:user_id/job_posts/:id/dislike/users/:candidate_id(.:format) api/v2/job_posts#dislike {:format=>:json} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment