{"id":18384529,"url":"https://github.com/speakeasy-sdks/easyship-ruby","last_synced_at":"2025-04-11T23:48:29.305Z","repository":{"id":198236661,"uuid":"700380698","full_name":"speakeasy-sdks/easyship-ruby","owner":"speakeasy-sdks","description":"Ruby SDK for EasyShip API","archived":false,"fork":false,"pushed_at":"2024-04-02T21:46:23.000Z","size":1365,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-11T23:48:26.047Z","etag":null,"topics":["easyship","ruby","sdk"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/speakeasy-sdks.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}},"created_at":"2023-10-04T13:44:11.000Z","updated_at":"2023-10-04T13:56:24.000Z","dependencies_parsed_at":"2023-11-16T01:30:44.891Z","dependency_job_id":"851399ac-080d-4d95-b933-53bd997d3742","html_url":"https://github.com/speakeasy-sdks/easyship-ruby","commit_stats":null,"previous_names":["speakeasy-sdks/easyship-ruby"],"tags_count":0,"template":false,"template_full_name":"speakeasy-sdks/template-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Feasyship-ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Feasyship-ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Feasyship-ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-sdks%2Feasyship-ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeasy-sdks","download_url":"https://codeload.github.com/speakeasy-sdks/easyship-ruby/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497890,"owners_count":21113983,"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":["easyship","ruby","sdk"],"created_at":"2024-11-06T01:14:45.174Z","updated_at":"2025-04-11T23:48:29.281Z","avatar_url":"https://github.com/speakeasy-sdks.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easyship\n\n\u003cdiv align=\"left\"\u003e\n    \u003ca href=\"https://speakeasyapi.dev/\"\u003e\u003cimg src=\"https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge\u0026logoColor=FBE331\u0026logo=speakeasy\u0026labelColor=545454\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/speakeasy-sdks/easyship-ruby.git/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/speakeasy-sdks/easyship-ruby/speakeasy_sdk_generation.yml?style=for-the-badge\" /\u003e\u003c/a\u003e\n    \n\u003c/div\u003e\n\n\u003c!-- Start SDK Installation --\u003e\n## SDK Installation\n\n```bash\ngem install specific_install\ngem specific_install https://github.com/speakeasy-sdks/easyship-ruby \n```\n\u003c!-- End SDK Installation --\u003e\n\n## SDK Example Usage\n\u003c!-- Start SDK Example Usage --\u003e\n```ruby\nrequire_relative easyship_ruby_sdk\n\n\ns = Easyship::Api.new\ns.config_security(\n  security=Shared::Security.new(\n    o_auth2=\"\",\n  )\n)\n\n   \nreq = Shared::OAuth2IntrospectRequest.new(\n  request=Shared::OAuth2IntrospectRequest.new(\n    token=\"string\",\n  ),\n)\n    \nres = s.auth.introspect(req)\n\nif ! res.o_auth2_introspect_response.nil?\n  # handle response\nend\n\n```\n\u003c!-- End SDK Example Usage --\u003e\n\n\u003c!-- Start SDK Available Operations --\u003e\n## Available Resources and Operations\n\n\n### [auth](docs/sdks/auth/README.md)\n\n* [introspect](docs/sdks/auth/README.md#introspect) - Introspect an Access Token\n* [retrieve](docs/sdks/auth/README.md#retrieve) - Retrieve an Access Token\n* [retrieve_info](docs/sdks/auth/README.md#retrieve_info) - Retrieve info for the Access Token\n* [revoke](docs/sdks/auth/README.md#revoke) - Revoke an Access Token\n\n### [companies](docs/sdks/companies/README.md)\n\n* [create](docs/sdks/companies/README.md#create) - Create a Company\n* [list](docs/sdks/companies/README.md#list) - List all Companies\n* [update](docs/sdks/companies/README.md#update) - Update a Company\n\n### [organizations](docs/sdks/organizations/README.md)\n\n* [create](docs/sdks/organizations/README.md#create) - Create an Organization\n* [delete](docs/sdks/organizations/README.md#delete) - Delete an organization\n* [get](docs/sdks/organizations/README.md#get) - Get an Organization\n* [list_all](docs/sdks/organizations/README.md#list_all) - List all Organizations\n* [list_companies](docs/sdks/organizations/README.md#list_companies) - List all Companies of the Organization\n* [update](docs/sdks/organizations/README.md#update) - Update an Organization\n\u003c!-- End SDK Available Operations --\u003e\n\n\u003c!-- Start Dev Containers --\u003e\n\n\u003c!-- End Dev Containers --\u003e\n\n\u003c!-- Placeholder for Future Speakeasy SDK Sections --\u003e\n\n# Development\n\n## Maturity\n\nThis SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage\nto a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally\nlooking for the latest version.\n\n## Contributions\n\nWhile we value open-source contributions to this SDK, this library is generated programmatically.\nFeel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!\n\n### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-sdks%2Feasyship-ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeasy-sdks%2Feasyship-ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-sdks%2Feasyship-ruby/lists"}