{"id":23174083,"url":"https://github.com/zebradevs/dataservices-csharp-sdk","last_synced_at":"2025-04-05T00:26:19.357Z","repository":{"id":115336534,"uuid":"234577186","full_name":"ZebraDevs/DataServices-CSharp-SDK","owner":"ZebraDevs","description":"C# library for accessing Zebra Savanna APIs","archived":false,"fork":false,"pushed_at":"2020-03-11T01:59:58.000Z","size":48,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-02-10T08:51:23.198Z","etag":null,"topics":["csharp","data-services","sdk"],"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/ZebraDevs.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":"2020-01-17T15:29:59.000Z","updated_at":"2024-04-11T01:51:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"cfdec481-5fcf-4e4d-8c3e-001e66583091","html_url":"https://github.com/ZebraDevs/DataServices-CSharp-SDK","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-CSharp-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-CSharp-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-CSharp-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZebraDevs%2FDataServices-CSharp-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZebraDevs","download_url":"https://codeload.github.com/ZebraDevs/DataServices-CSharp-SDK/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247268424,"owners_count":20911135,"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":["csharp","data-services","sdk"],"created_at":"2024-12-18T05:19:07.266Z","updated_at":"2025-04-05T00:26:19.341Z","avatar_url":"https://github.com/ZebraDevs.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"Zebra Savanna Data Services C# SDK\n======================================\n\nThis is the source code for the Savanna C# Software Development Kit (SDK).  \nThe core of this SDK is a basic API connection call to the Zebra Savanna Data Services in the SavannaAPI class.  Currently the API has public methods for the three public APIs that are part of the Barcode Intelligence product.  These APIs are:\n\n* Barcode Generate\n* UPC Lookup\n* FDA Recall\n\nThis SDK also has models for all the data sent and received by these APIs to make it easier to work with them.  \n\nAPI Key\n-------\n\nTo get an API key to work with these APIs, use the [Getting Started Guide](https://developer.zebra.com/gsg) and select the Barcode Intelligence product.  \n\nDocumentation\n-------------\n\nFor more information on these APIs, go to [developer.zebra.com/apis](https://developer.zebra.com/apis) or visit the [Forums](https://developer.zebra.com/forum/search?keys=\u0026field_zebra_curated_tags_tid%5B%5D=273)\n\nUsage guide\n-----------\n\nSet Zebra Savanna API key\n\n```c#\nSavannaAPI.APIKey = Resources.GetString(\"apikey\", \"\");\n```\n\nCreate Barcode\n\n```c#\nbyte[] barcodeBytes = await CreateBarcode.CreateAsync(symbology, barcodeText.Text);\n```\n\nUPC Lookup\n\n```c#\nstring upcLookupJson = await UPCLookup.LookupAsync(barcode);\n```\n\nFDA Food Recall\n\n```c#\nstring foodUpcJson = await FDARecall.FoodUpcAsync(barcode);\n```\n\nFDA Drug Recall\n\n```c#\nstring drugUpcJson = await FDARecall.DrugUpcAsync(barcode);\n```\n\nFDA Device Recall Search\n\n```c#\nstring deviceSearchJson = await FDARecall.DeviceSearchAsync(searchText.Text);\n```\n\nFDA Drug Recall Search\n\n```c#\nstring drugSearchJson = await FDARecall.DrugSearchAsync(searchText.Text);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fdataservices-csharp-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzebradevs%2Fdataservices-csharp-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzebradevs%2Fdataservices-csharp-sdk/lists"}