{"id":17881638,"url":"https://github.com/mischief/pubnub","last_synced_at":"2025-04-03T01:41:38.777Z","repository":{"id":7839191,"uuid":"9210728","full_name":"mischief/pubnub","owner":"mischief","description":"Go Bindings for the PubNub 3.3 REST API","archived":false,"fork":false,"pushed_at":"2014-12-08T23:42:23.000Z","size":161,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T15:47:06.876Z","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/mischief.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-04-04T04:04:20.000Z","updated_at":"2014-12-08T23:42:23.000Z","dependencies_parsed_at":"2022-08-28T04:22:50.828Z","dependency_job_id":null,"html_url":"https://github.com/mischief/pubnub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fpubnub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fpubnub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fpubnub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fpubnub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mischief","download_url":"https://codeload.github.com/mischief/pubnub/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922238,"owners_count":20855343,"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","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-10-28T12:37:56.314Z","updated_at":"2025-04-03T01:41:38.757Z","avatar_url":"https://github.com/mischief.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"pubnub\n======\n\nGo Bindings for the PubNub 3.3 REST API\n\n*DISCLAIMER*: i wrote this for a job interview at pubnub which didn't work out anyway, i don't actually use or maintain it. if you want to see improvements here i am more that happy to merge working code into this repo..\n\nUsage\n=====\n\nSee pubnub_test.go for example use\n\nTests\n=====\n\nTo test the api, use 'go test' in the root of the repository\n\n```\nmischief@omicron:~/code/go/src/github.com/mischief/pubnub$ go test -v\n=== RUN TestUUID\n--- PASS: TestUUID (0.00 seconds)\n        pubnub_test.go:15: UUID: f61f59ea-69f7-ebb3-2c56-ef6bf3bbca6c\n=== RUN TestPubNubTime\n--- PASS: TestPubNubTime (0.09 seconds)\n        pubnub_test.go:31: time response: 13650506022429176.000000\n=== RUN TestPubNub\n--- PASS: TestPubNub (0.53 seconds)\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506024157291\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506024482727\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506024858886\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506025050535\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506025524422\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506025886937\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506026283836\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506026497017\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506027071734\"}\n        pubnub_test.go:80: Publishing \"Hello, World\"\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\n        pubnub_test.go:87: Publish response: []interface {}{1, \"Sent\", \"13650506027503029\"}\n        pubnub_test.go:62: Subscriber got a message: []interface {}{\"Hello, World\"}\nPASS\nok      github.com/mischief/pubnub      0.635s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischief%2Fpubnub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmischief%2Fpubnub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischief%2Fpubnub/lists"}