{"id":22683280,"url":"https://github.com/mtchavez/go_papi","last_synced_at":"2025-09-06T00:43:43.783Z","repository":{"id":6163729,"uuid":"7393404","full_name":"mtchavez/go_papi","owner":"mtchavez","description":"AuthorityLabs Partner API Go Package","archived":false,"fork":false,"pushed_at":"2013-01-02T01:36:11.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-19T19:03:49.668Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mtchavez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-01-01T05:30:43.000Z","updated_at":"2013-12-12T22:46:22.000Z","dependencies_parsed_at":"2022-08-31T21:03:41.169Z","dependency_job_id":null,"html_url":"https://github.com/mtchavez/go_papi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mtchavez/go_papi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fgo_papi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fgo_papi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fgo_papi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fgo_papi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtchavez","download_url":"https://codeload.github.com/mtchavez/go_papi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtchavez%2Fgo_papi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842867,"owners_count":25177921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T21:11:28.939Z","updated_at":"2025-09-06T00:43:43.754Z","avatar_url":"https://github.com/mtchavez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-papi\n=======\n\nAuthorityLabs Partner API Go Package\n\n* Github: http://github.com/mtchavez/go_papi\n* [![endorse](http://api.coderwall.com/mtchavez/endorsecount.png)](http://coderwall.com/mtchavez)\n\n## Install\n\n    go get github.com/mtchavez/go_papi\n\n## Configure\n\nConfigure a client with your api key.\n\n    client  := go_papi.Client { \"asdf1234ApiKey\" }\n\n## Keywords\n\nKeyword endpoint calls.\n\n### POST\n\nPost a keyword which defaults to Google and en-US locale. *TODO: Allow all parameters*\n\n    client  := go_papi.Client { \"6rvrqCVu6GuPKZVQUFAF\" }\n    client.KeywordsPost(\"my keyword\")\n\n### Priority POST\n\nSame as POST but added to a priority queue. *TODO: Allow all parameters*\n\n    client  := go_papi.Client { \"6rvrqCVu6GuPKZVQUFAF\" }\n    client.KeywordsPriorityPost(\"my keyword\")\n\n### GET\n\nGet your SERP results for a keyword with default params. *TODO: Allow all parameters*\nReturns a simplejson.Json interface.\n\n    client  := go_papi.Client { \"6rvrqCVu6GuPKZVQUFAF\" }\n    json2, _ := client.KeywordsGet(\"my keyword\")\n    \n    // Get first ranking in serp\n    fmt.Println(json2.Get(\"serp\").Get(\"1\"))\n\n## TODO\n\n* Allow all valid parameters to be passed to API\n* Implement missing endpoints\n* Add tests\n\n## License\n\nWritten by Chavez\n\nReleased under the MIT License: http://www.opensource.org/licenses/mit-license.php\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtchavez%2Fgo_papi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtchavez%2Fgo_papi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtchavez%2Fgo_papi/lists"}