{"id":18637658,"url":"https://github.com/dutchcoders/mockingbird","last_synced_at":"2026-07-16T21:39:06.461Z","repository":{"id":32548705,"uuid":"36130991","full_name":"dutchcoders/mockingbird","owner":"dutchcoders","description":"Go framework for testing services. ","archived":false,"fork":false,"pushed_at":"2015-05-23T20:43:26.000Z","size":104,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T14:38:00.238Z","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/dutchcoders.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":"2015-05-23T16:07:58.000Z","updated_at":"2024-08-28T09:45:59.000Z","dependencies_parsed_at":"2022-09-12T05:01:35.525Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/mockingbird","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dutchcoders/mockingbird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmockingbird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmockingbird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmockingbird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmockingbird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/mockingbird/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fmockingbird/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35559858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"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-11-07T05:37:17.267Z","updated_at":"2026-07-16T21:39:06.429Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mockingbird\n\nMockingbird is a framework that mocks traffic to standard services. This can be used for testing api implementations. We want to create a framework that will mock all kind of different available services and extensible with own implementations.\n\n[![Build Status](https://travis-ci.org/dutchcoders/mockingbird.svg?branch=master)](https://travis-ci.org/dutchcoders/mockingbird)\n\n## Implementation\n\n```\nfunc Test(t *testing.T) {\n        Convey(\"slack\", t, func() {\n                client := slack_oauth.NewOAuthClient(\"\", \"\", \"\")\n\n                Convey(\"redeem code\", func() {\n                        NewServer()\n\n                        accessToken, _ := client.RedeemCode(\"test\")\n\n                        So(accessToken.Token, ShouldEqual, \"valid-token\")\n                })\n\n                Convey(\"auth.test\", func() {\n                        NewServer()\n\n                        api := slack.New(\"\")\n                        response, _ := api.AuthTest()\n\n                        So(response, ShouldEqual, \u0026slack.AuthTestResponse{Url: \"https://myteam.slack.com/\", Team: \"My Team\", User: \"cal\", TeamId: \"T12345\", UserId: \"U12345\"})\n                })\n\n        })\n}\n```\n\n\n## Contributions\n\nContributions are welcome.\n\n## Creators\n\n**Remco Verhoef**\n- \u003chttps://twitter.com/remco_verhoef\u003e\n- \u003chttps://twitter.com/dutchcoders\u003e\n\n**Gerred Dillon** \n\n## Copyright and license\n\nCode and documentation copyright 2011-2015 Remco Verhoef.\n\nCode released under [the MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fmockingbird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fmockingbird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fmockingbird/lists"}