Method Web.Api.Github.Github()->post()
- Method post
mapping post(string path, void|ParamsArg params, void|string data, void|Callback cb)
- Description
Make a generic
POSTrequest to the Github API.- Parameter path
What to request. Like
me,me/pictures,[some_id]/something.- Parameter params
- Parameter data
- Parameter cb
Callback for async requests