{"id":22736967,"url":"https://github.com/emadb/universalapi","last_synced_at":"2025-07-07T19:09:39.168Z","repository":{"id":141500220,"uuid":"71343013","full_name":"emadb/UniversalApi","owner":"emadb","description":"The Universal API","archived":false,"fork":false,"pushed_at":"2016-10-29T08:13:08.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T05:29:33.363Z","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/emadb.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":"2016-10-19T09:52:37.000Z","updated_at":"2016-10-19T09:56:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"62db0b0d-70f1-497a-b5cf-bf0027f2bd44","html_url":"https://github.com/emadb/UniversalApi","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/emadb%2FUniversalApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emadb%2FUniversalApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emadb%2FUniversalApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emadb%2FUniversalApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emadb","download_url":"https://codeload.github.com/emadb/UniversalApi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246269933,"owners_count":20750321,"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-10T22:08:43.367Z","updated_at":"2025-03-30T03:15:04.279Z","avatar_url":"https://github.com/emadb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UniversalApi\nThis is the Universal API. Whenever you need to write a new API this framework gives you all you need.\nIt works like GraphQL and OData but with a well known and rock solid syntax.\n\nIt supports all the HTTP verbs and it responds in Json.\n\nExamples\n---\n\n\nConsider a Customer API. You can CRUD your customer at no cost. Just setup the database and issue the following commands:\n\n**Get a customer list**\n\n```curl http://youapiserver.com/api?q=SELECT name, surname FROM Customers```\n\n**Get a single customer**\n\n```curl http://youapiserver.com/api?q=SELECT name, surname FROM Customers WHERE id=1```\n\n**Create a new Customer**\n\n```curl -X POST --data \"q=INSERT INTO Customers(name, surname) VALUES('carla', 'bianchi')\" http://youapiserver.com/api```\n\n**Update a customer** \n\n```curl -X PUT --data \"q=UPDATE Customers SET name='Luca' WHERE id=1\" http://youapiserver.com/api```\n\n**Delete a customer** \n\n```curl -X DELETE --data \"q=DELETE FROM Customers WHERE id=1\" http://youapiserver.com/api```\n\n\nNOTE\n---\nBy now only SQL Server is supported.\n\n*Developed with :trollface:*\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femadb%2Funiversalapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femadb%2Funiversalapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femadb%2Funiversalapi/lists"}