Skip to content

Commit

Permalink
minor update for github api config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Guo committed Jun 1, 2017
1 parent 28fd41d commit 5cf9954
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/github/gh-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,16 @@
'method': 'POST'
}
]
},
'search': {
'baseUrl': github_base_url,
'endpoint': '/search',
'methods': [{
'id': 'searchIssues',
'path': '/issues',
'method': 'GET'
}]
}

};
};

Expand Down

0 comments on commit 5cf9954

Please sign in to comment.