API Document
get /api/trending
Parameters
Name | Type | In | Description |
---|---|---|---|
language | string | path | Programming language |
since | string | query | Can be one of |
spoken_language_code | string | query | Spoken language |
Code samples
Shell
curl \
https://www.imarkr.com/api/trending
Default response
Status: 200 OK
--
get /api/github
Parameters
Name | Type | In | Description |
---|---|---|---|
user | string | query | GitHub username |
tz | string | query | Time zone |
Code samples
Shell
curl \
https://www.imarkr.com/api/github\?user\=Honye
Default response
Status: 200 OK
--