{"id":37108309,"url":"https://github.com/banovo/go-orocrm-wsse","last_synced_at":"2026-01-14T12:59:58.910Z","repository":{"id":57530510,"uuid":"71228098","full_name":"banovo/go-orocrm-wsse","owner":"banovo","description":"Go WSSE transport (http.RoundTripper)","archived":false,"fork":true,"pushed_at":"2016-11-03T10:34:51.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-06-20T14:19:04.307Z","etag":null,"topics":["golang","orocrm","wsse"],"latest_commit_sha":null,"homepage":"https://banovo.atlassian.net/wiki/x/H4BoC","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"motemen/go-wsse","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/banovo.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}},"created_at":"2016-10-18T08:50:48.000Z","updated_at":"2017-12-21T09:11:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/banovo/go-orocrm-wsse","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/banovo/go-orocrm-wsse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banovo%2Fgo-orocrm-wsse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banovo%2Fgo-orocrm-wsse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banovo%2Fgo-orocrm-wsse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banovo%2Fgo-orocrm-wsse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/banovo","download_url":"https://codeload.github.com/banovo/go-orocrm-wsse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/banovo%2Fgo-orocrm-wsse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["golang","orocrm","wsse"],"created_at":"2026-01-14T12:59:58.381Z","updated_at":"2026-01-14T12:59:58.905Z","avatar_url":"https://github.com/banovo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-orocrm-wsse [![GoDoc](https://godoc.org/github.com/banovo/go-orocrm-wsse?status.svg)](https://godoc.org/github.com/banovo/go-orocrm-wsse) [![Build Status](https://travis-ci.org/banovo/go-orocrm-wsse.svg?branch=master)](https://travis-ci.org/banovo/go-orocrm-wsse) [![Go Report Card](https://goreportcard.com/badge/github.com/banovo/go-orocrm-wsse)](https://goreportcard.com/report/github.com/banovo/go-orocrm-wsse) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md) [![Code Climate](https://codeclimate.com/github/banovo/go-orocrm-wsse/badges/gpa.svg)](https://codeclimate.com/github/banovo/go-orocrm-wsse)\nGo WSSE transport (http.RoundTripper)\n\n## Usage\n### As RoundTripper\n```go\nimport (\n\twsse \"github.com/banovo/go-orocrm-wsse\"\n)\n\nfunc main() {\n\treq, err := http.NewRequest(http.MethodGet, url, nil)\n\tt := wsse.NewTransport(\"my-user\", \"my-password-or-api-key\")\n\tresp, err := t.RoundTrip(req)\n\t// do whatever you want\n}\n```\n\n### X-WSSE Header string only\n```go\nimport (\n\twsse \"github.com/banovo/go-orocrm-wsse\"\n)\n\nfunc main() {\n\tfmt.Println(wsse.CreateHeader(\"my-user\", \"my-password-or-api-key\"))\n}\n```\n\n## Difference to the forked package\nThis is an update of motemen's package. We avoid binary data and changed the date to ISO 8601.\nWe do this because php and [orocrm](https://www.orocrm.com/documentation/index/current/cookbook/how-to-use-wsse-authentication) and the corresponding package and [EscapeWSSEAuthenticationBundle](https://github.com/djoos/EscapeWSSEAuthenticationBundle) seem to have problems with the orginal data.\n\n## Thanks\nSpecial thanks to [@motemen](https://github.com/motemen) and his [wsse package](https://github.com/motemen/go-wsse) we (needed) to fork from.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanovo%2Fgo-orocrm-wsse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbanovo%2Fgo-orocrm-wsse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbanovo%2Fgo-orocrm-wsse/lists"}