{"id":20934584,"url":"https://github.com/erudika/para-client-csharp","last_synced_at":"2025-05-13T20:31:32.750Z","repository":{"id":41846271,"uuid":"42209428","full_name":"Erudika/para-client-csharp","owner":"Erudika","description":".NET Client for Para","archived":false,"fork":false,"pushed_at":"2022-12-16T17:23:25.000Z","size":619,"stargazers_count":3,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-09T03:52:18.904Z","etag":null,"topics":["api-client","backend-services","csharp","dot-net","para"],"latest_commit_sha":null,"homepage":"https://paraio.org","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Erudika.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":"2015-09-09T23:05:56.000Z","updated_at":"2022-03-16T21:24:28.000Z","dependencies_parsed_at":"2023-01-29T15:25:14.425Z","dependency_job_id":null,"html_url":"https://github.com/Erudika/para-client-csharp","commit_stats":null,"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Erudika%2Fpara-client-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Erudika","download_url":"https://codeload.github.com/Erudika/para-client-csharp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225258922,"owners_count":17445834,"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":["api-client","backend-services","csharp","dot-net","para"],"created_at":"2024-11-18T22:09:54.000Z","updated_at":"2024-11-18T22:09:54.612Z","avatar_url":"https://github.com/Erudika.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](https://s3-eu-west-1.amazonaws.com/org.paraio/para.png)\n\n# .NET Client for Para\n\n[![NuGet version](https://badge.fury.io/nu/para_client_csharp.svg)](https://badge.fury.io/nu/para_client_csharp)\n[![Join the chat at https://gitter.im/Erudika/para](https://badges.gitter.im/Erudika/para.svg)](https://gitter.im/Erudika/para?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## What is this?\n\n**Para** was designed as a simple and modular backend framework for object persistence and retrieval.\nIt helps you build applications faster by taking care of the backend. It works on three levels -\nobjects are stored in a NoSQL data store or any old relational database, then automatically indexed\nby a search engine and finally, cached.\n\nThis is the .NET client for Para.\n\n### Quick start\n\n1. Use the [NuGet](https://www.nuget.org/) package manager and add `para_client_csharp` as a \ndependency to your project:\n\n```\nInstall-Package para_client_csharp -Version x.y.z\n```\nOR\n```\ndotnet add package para_client_csharp --version x.y.z\n```\n\n2. Initialize the client with your access and secret API keys.\n```csharp\nParaClient client = new ParaClient('ACCESS_KEY', 'SECRET_KEY');\n```\n\n## Documentation\n\n### [Read the Docs](https://paraio.org/docs)\n\n## Contributing\n\n1. Fork this repository and clone the fork to your machine\n2. Create a branch (`git checkout -b my-new-feature`)\n3. Implement a new feature or fix a bug and add some tests\n4. Commit your changes (`git commit -am 'Added a new feature'`)\n5. Push the branch to **your fork** on GitHub (`git push origin my-new-feature`)\n6. Create new Pull Request from your fork\n\nFor more information see [CONTRIBUTING.md](https://github.com/Erudika/para/blob/master/CONTRIBUTING.md)\n\n## License\n[Apache 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferudika%2Fpara-client-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferudika%2Fpara-client-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferudika%2Fpara-client-csharp/lists"}