{"id":17877116,"url":"https://github.com/herrjulz/openwhisk","last_synced_at":"2025-04-03T00:43:11.727Z","repository":{"id":69923593,"uuid":"87962537","full_name":"herrjulz/openwhisk","owner":"herrjulz","description":null,"archived":false,"fork":false,"pushed_at":"2017-04-11T18:18:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T15:14:04.094Z","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/herrjulz.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-11T17:41:12.000Z","updated_at":"2017-04-11T18:10:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"f72a6da8-7f20-4a1d-a37e-ad536bd9803d","html_url":"https://github.com/herrjulz/openwhisk","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/herrjulz%2Fopenwhisk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrjulz%2Fopenwhisk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrjulz%2Fopenwhisk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herrjulz%2Fopenwhisk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herrjulz","download_url":"https://codeload.github.com/herrjulz/openwhisk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246916743,"owners_count":20854511,"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-28T11:45:22.736Z","updated_at":"2025-04-03T00:43:11.698Z","avatar_url":"https://github.com/herrjulz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Whisk Library for Go\n\nThis is a small library to trigger Bluemix OpenWhisk actions from your Go apps.\n\n## Installation\n\n```\n$ go get github.com/JulzDiverse/openwhisk\n```\n\n## Example\n\n```\npackage main\n\nimport github.com/JulzDiverse/openwhisk\n\nfunc main(){\n  whisk := openwhisk.New(\n     \"api_endpoint\" //\"https://openwhisk.ng.bluemix.net/api/v1\"\n     \"token-string\",\n     \"your_bluemix_namespace\", //replace '@' with '%40'\n  )   \n\n\n  whisk.TriggerAction(\"hello\", `{\"payload\":\"json\"}`)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrjulz%2Fopenwhisk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherrjulz%2Fopenwhisk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherrjulz%2Fopenwhisk/lists"}