-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Responses returns content value instead of JSON response.
Example:
https://api.gitlapse.com/v1/lapses/SHA returns lapse content while it should return JSON response of
{ "user_info": {
"username":"zotherstupidguy",
"about":"someone who cares"
},
"repo_info": {},
"lapse":{
"SHA": "bigsha",
"content": "lapse_content",
"url": "https://gitlapse.com?SHA='bigsha'"
}
}