{"id":20532471,"url":"https://github.com/joshdk/posh","last_synced_at":"2025-04-14T06:31:24.588Z","repository":{"id":57612308,"uuid":"104682519","full_name":"joshdk/posh","owner":"joshdk","description":"Poshmark API client for the Go programming language","archived":false,"fork":false,"pushed_at":"2017-09-30T17:11:27.000Z","size":9,"stargazers_count":16,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:12:31.105Z","etag":null,"topics":["golang","poshmark"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/joshdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-24T23:07:17.000Z","updated_at":"2024-11-29T13:14:23.000Z","dependencies_parsed_at":"2022-08-27T10:11:22.108Z","dependency_job_id":null,"html_url":"https://github.com/joshdk/posh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fposh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fposh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fposh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdk%2Fposh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshdk","download_url":"https://codeload.github.com/joshdk/posh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248833177,"owners_count":21168811,"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":["golang","poshmark"],"created_at":"2024-11-16T00:15:06.867Z","updated_at":"2025-04-14T06:31:24.535Z","avatar_url":"https://github.com/joshdk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GoDoc](https://godoc.org/github.com/joshdk/posh?status.svg)](https://godoc.org/github.com/joshdk/posh)\n[![Go Report Card](https://goreportcard.com/badge/github.com/joshdk/posh)](https://goreportcard.com/report/github.com/joshdk/posh)\n[![CircleCI](https://circleci.com/gh/joshdk/posh.svg?\u0026style=shield)](https://circleci.com/gh/joshdk/posh/tree/master)\n\n# Posh\n\nPoshmark API client for the Go programming language\n\n## Installing\n\nYou can fetch this library by running the following\n\n    go get -u github.com/joshdk/posh\n\n## Example\n\nYou can construct a simple client with the following\n\n```go\ncreds := posh.Credentials{\n\tEmail:    \"me@example.com\",\n\tPassword: \"Pa$sw0rd\",\n}\n\nconfig := posh.Config{\n\tCredentials: \u0026creds,\n}\n\nclient, err := posh.NewClient(config)\nif err != nil {\n\tpanic(err.Error())\n}\n\nfmt.Println(client.Session())\n```\n\n## License\n\nThis library is distributed under the [MIT License](https://opensource.org/licenses/MIT), see LICENSE.txt for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshdk%2Fposh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshdk%2Fposh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshdk%2Fposh/lists"}