{"id":22089832,"url":"https://github.com/speakeasy-api/speakeasy-client-sdk-unity","last_synced_at":"2025-03-23T22:49:20.159Z","repository":{"id":186782131,"uuid":"675559551","full_name":"speakeasy-api/speakeasy-client-sdk-unity","owner":"speakeasy-api","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-07T16:36:32.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-15T23:56:01.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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-api.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}},"created_at":"2023-08-07T07:49:46.000Z","updated_at":"2023-08-07T16:36:37.000Z","dependencies_parsed_at":"2023-08-07T18:30:47.763Z","dependency_job_id":null,"html_url":"https://github.com/speakeasy-api/speakeasy-client-sdk-unity","commit_stats":null,"previous_names":["speakeasy-api/speakeasy-client-sdk-unity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fspeakeasy-client-sdk-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fspeakeasy-client-sdk-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fspeakeasy-client-sdk-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/speakeasy-api%2Fspeakeasy-client-sdk-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/speakeasy-api","download_url":"https://codeload.github.com/speakeasy-api/speakeasy-client-sdk-unity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245181550,"owners_count":20573718,"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-12-01T02:14:25.130Z","updated_at":"2025-03-23T22:49:20.138Z","avatar_url":"https://github.com/speakeasy-api.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openapi\n\n\u003c!-- Start SDK Installation --\u003e\n## SDK Installation\n\n### Nuget\n\n```bash\ndotnet add reference path/to/SDK.csproj\n```\n\u003c!-- End SDK Installation --\u003e\n\n## SDK Example Usage\n\u003c!-- Start SDK Example Usage --\u003e\n\n\n```unity\nusing SDK;\nusing SDK.Models.Security;\nusing SDK.Models.Apis;\n\nvar sdk = new SDKSDK(\n    security: new Security() {\n        APIKey = \"\",\n    }\n);\n\nvar res = await sdk.Apis.GetApisAsync(new GetApisRequest() {\n    Metadata = new Dictionary\u003cstring, List\u003cstring\u003e\u003e() {\n        { \"provident\", new List\u003cstring\u003e() {\n            \"quibusdam\",\n            \"unde\",\n            \"nulla\",\n        } },\n        { \"corrupti\", new List\u003cstring\u003e() {\n            \"vel\",\n            \"error\",\n            \"deserunt\",\n            \"suscipit\",\n        } },\n        { \"iure\", new List\u003cstring\u003e() {\n            \"debitis\",\n            \"ipsa\",\n        } },\n    },\n    Op = new GetApisOp() {\n        And = false,\n    },\n});\n```\n\u003c!-- End SDK Example Usage --\u003e\n\n\u003c!-- Start SDK Available Operations --\u003e\n## Available Resources and Operations\n\n### [SDK](docs/Sdks/SDK/README.md)\n\n* [ValidateApiKey](docs/Sdks/SDK/README.md#validateapikey) - Validate the current api key.\n\n### [apiEndpoints](docs/Sdks/ApiEndpoints/README.md)\n\n* [DeleteApiEndpoint](docs/Sdks/ApiEndpoints/README.md#deleteapiendpoint) - Delete an ApiEndpoint.\n* [FindApiEndpoint](docs/Sdks/ApiEndpoints/README.md#findapiendpoint) - Find an ApiEndpoint via its displayName.\n* [GenerateOpenApiSpecForApiEndpoint](docs/Sdks/ApiEndpoints/README.md#generateopenapispecforapiendpoint) - Generate an OpenAPI specification for a particular ApiEndpoint.\n* [GeneratePostmanCollectionForApiEndpoint](docs/Sdks/ApiEndpoints/README.md#generatepostmancollectionforapiendpoint) - Generate a Postman collection for a particular ApiEndpoint.\n* [GetAllApiEndpoints](docs/Sdks/ApiEndpoints/README.md#getallapiendpoints) - Get all Api endpoints for a particular apiID.\n* [GetAllForVersionApiEndpoints](docs/Sdks/ApiEndpoints/README.md#getallforversionapiendpoints) - Get all ApiEndpoints for a particular apiID and versionID.\n* [GetApiEndpoint](docs/Sdks/ApiEndpoints/README.md#getapiendpoint) - Get an ApiEndpoint.\n* [UpsertApiEndpoint](docs/Sdks/ApiEndpoints/README.md#upsertapiendpoint) - Upsert an ApiEndpoint.\n\n### [apis](docs/Sdks/Apis/README.md)\n\n* [DeleteApi](docs/Sdks/Apis/README.md#deleteapi) - Delete an Api.\n* [GenerateOpenApiSpec](docs/Sdks/Apis/README.md#generateopenapispec) - Generate an OpenAPI specification for a particular Api.\n* [GeneratePostmanCollection](docs/Sdks/Apis/README.md#generatepostmancollection) - Generate a Postman collection for a particular Api.\n* [GetAllApiVersions](docs/Sdks/Apis/README.md#getallapiversions) - Get all Api versions for a particular ApiEndpoint.\n* [GetApis](docs/Sdks/Apis/README.md#getapis) - Get a list of Apis for a given workspace\n* [UpsertApi](docs/Sdks/Apis/README.md#upsertapi) - Upsert an Api\n\n### [embeds](docs/Sdks/Embeds/README.md)\n\n* [GetEmbedAccessToken](docs/Sdks/Embeds/README.md#getembedaccesstoken) - Get an embed access token for the current workspace.\n* [GetValidEmbedAccessTokens](docs/Sdks/Embeds/README.md#getvalidembedaccesstokens) - Get all valid embed access tokens for the current workspace.\n* [RevokeEmbedAccessToken](docs/Sdks/Embeds/README.md#revokeembedaccesstoken) - Revoke an embed access EmbedToken.\n\n### [metadata](docs/Sdks/Metadata/README.md)\n\n* [DeleteVersionMetadata](docs/Sdks/Metadata/README.md#deleteversionmetadata) - Delete metadata for a particular apiID and versionID.\n* [GetVersionMetadata](docs/Sdks/Metadata/README.md#getversionmetadata) - Get all metadata for a particular apiID and versionID.\n* [InsertVersionMetadata](docs/Sdks/Metadata/README.md#insertversionmetadata) - Insert metadata for a particular apiID and versionID.\n\n### [plugins](docs/Sdks/Plugins/README.md)\n\n* [GetPlugins](docs/Sdks/Plugins/README.md#getplugins) - Get all plugins for the current workspace.\n* [RunPlugin](docs/Sdks/Plugins/README.md#runplugin) - Run a plugin\n* [UpsertPlugin](docs/Sdks/Plugins/README.md#upsertplugin) - Upsert a plugin\n\n### [requests](docs/Sdks/Requests/README.md)\n\n* [GenerateRequestPostmanCollection](docs/Sdks/Requests/README.md#generaterequestpostmancollection) - Generate a Postman collection for a particular request.\n* [GetRequestFromEventLog](docs/Sdks/Requests/README.md#getrequestfromeventlog) - Get information about a particular request.\n* [QueryEventLog](docs/Sdks/Requests/README.md#queryeventlog) - Query the event log to retrieve a list of requests.\n\n### [schemas](docs/Sdks/Schemas/README.md)\n\n* [DeleteSchema](docs/Sdks/Schemas/README.md#deleteschema) - Delete a particular schema revision for an Api.\n* [DownloadSchema](docs/Sdks/Schemas/README.md#downloadschema) - Download the latest schema for a particular apiID.\n* [DownloadSchemaRevision](docs/Sdks/Schemas/README.md#downloadschemarevision) - Download a particular schema revision for an Api.\n* [GetSchema](docs/Sdks/Schemas/README.md#getschema) - Get information about the latest schema.\n* [GetSchemaDiff](docs/Sdks/Schemas/README.md#getschemadiff) - Get a diff of two schema revisions for an Api.\n* [GetSchemaRevision](docs/Sdks/Schemas/README.md#getschemarevision) - Get information about a particular schema revision for an Api.\n* [GetSchemas](docs/Sdks/Schemas/README.md#getschemas) - Get information about all schemas associated with a particular apiID.\n* [RegisterSchema](docs/Sdks/Schemas/README.md#registerschema) - Register a schema.\n\u003c!-- End SDK Available Operations --\u003e\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-api%2Fspeakeasy-client-sdk-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspeakeasy-api%2Fspeakeasy-client-sdk-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspeakeasy-api%2Fspeakeasy-client-sdk-unity/lists"}