{"id":31103782,"url":"https://github.com/myra-security-gmbh/signature","last_synced_at":"2025-09-17T02:54:15.717Z","repository":{"id":57510633,"uuid":"156843394","full_name":"Myra-Security-GmbH/signature","owner":"Myra-Security-GmbH","description":"Golang package for generating/adding the required authentication information to a MYRA API call.","archived":false,"fork":false,"pushed_at":"2024-04-03T06:43:43.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-21T19:55:32.077Z","etag":null,"topics":["api","go","golang","myra","myracloud"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Myra-Security-GmbH.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-09T09:59:20.000Z","updated_at":"2022-07-05T07:13:06.000Z","dependencies_parsed_at":"2024-04-03T07:48:02.913Z","dependency_job_id":null,"html_url":"https://github.com/Myra-Security-GmbH/signature","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Myra-Security-GmbH/signature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myra-Security-GmbH%2Fsignature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myra-Security-GmbH%2Fsignature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myra-Security-GmbH%2Fsignature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myra-Security-GmbH%2Fsignature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Myra-Security-GmbH","download_url":"https://codeload.github.com/Myra-Security-GmbH/signature/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Myra-Security-GmbH%2Fsignature/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275526441,"owners_count":25480460,"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-17T02:00:09.119Z","response_time":84,"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":["api","go","golang","myra","myracloud"],"created_at":"2025-09-17T02:54:13.260Z","updated_at":"2025-09-17T02:54:15.706Z","avatar_url":"https://github.com/Myra-Security-GmbH.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Signature\nGolang package for generating/adding the required authentication information to a MYRA API call.\n\n[![go report card](https://goreportcard.com/badge/github.com/Myra-Security-GmbH/signature \"go report card\")](https://goreportcard.com/report/github.com/Myra-Security-GmbH/signature)\n[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)\n[![Go Reference](https://pkg.go.dev/badge/github.com/Myra-Security-GmbH/signature.svg)](https://pkg.go.dev/github.com/Myra-Security-GmbH/signature)\n[![tests](https://github.com/Myra-Security-GmbH/signature/actions/workflows/test.yml/badge.svg)](https://github.com/Myra-Security-GmbH/signature/actions/workflows/test.yml)\n\n### Usage\n```\n// Create a new Signature instance using your API credentials provided by Myra Security GmbH and the prepared request\ns := signature.New(secret, apiKey, request)\n\n// Append signature to the request and return prepared request\nreq, err := s.Append()\n...`\n\n// OR - return the signature string for own interaction:\nt := time.Now().Format(time.RFC3339)\nsignature, err := s.Signature(t)\n...\n\n// OR - just generate and return the SigningString (required for the signature):\nsigningString := signature.SigningString(\"content data\", \"GET\", \"/en/rapi/...\", t)\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyra-security-gmbh%2Fsignature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyra-security-gmbh%2Fsignature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyra-security-gmbh%2Fsignature/lists"}