{"id":18772431,"url":"https://github.com/shu223/crunchbase-api-client-for-ios","last_synced_at":"2025-04-13T08:26:05.131Z","repository":{"id":10493139,"uuid":"12674790","full_name":"shu223/CrunchBase-API-Client-for-iOS","owner":"shu223","description":"CrunchBase API Client for iOS.","archived":false,"fork":false,"pushed_at":"2013-09-08T09:52:29.000Z","size":352,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T08:25:59.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://developer.crunchbase.com/","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shu223.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-08T02:15:20.000Z","updated_at":"2018-12-09T19:26:52.000Z","dependencies_parsed_at":"2022-09-02T22:12:02.650Z","dependency_job_id":null,"html_url":"https://github.com/shu223/CrunchBase-API-Client-for-iOS","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/shu223%2FCrunchBase-API-Client-for-iOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FCrunchBase-API-Client-for-iOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FCrunchBase-API-Client-for-iOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shu223%2FCrunchBase-API-Client-for-iOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shu223","download_url":"https://codeload.github.com/shu223/CrunchBase-API-Client-for-iOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248682231,"owners_count":21144815,"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-11-07T19:28:58.332Z","updated_at":"2025-04-13T08:26:05.098Z","avatar_url":"https://github.com/shu223.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#CrunchBase API Client for iOS\n\nIn Progress.\n\n##Usage\n\n###1. Add CrunchBase Client to your project\n\nAdd followings to your project.\n\n- CrunchBaseClient.h, CrunchBaseClient.m\n- [AFNetworking](https://github.com/AFNetworking/AFNetworking)\n\n\n###2. Set API Key\n\nYou can create your API Key from [http://developer.crunchbase.com/](http://developer.crunchbase.com/).\n\n````\n#import \"CrunchBaseClient.h\"\n````\n\n````\n[CrunchBaseClient setAPIKey:@\"YOUR API KEY\"];\n````\n\n##Examples\n\n- Retrieve a specific **company**'s information \n\n````\n[CrunchBaseClient companyWithName:@\"appsocially\"\n                          handler:\n ^(NSDictionary *result, NSError *error) {\n     \n     // Do something.\n }];\n````\n\n- Search by **location** (CLLocation object)\n\n````\n[CrunchBaseClient searchByLocation:location\n                     radiusInMiles:50.0\n                           handler:\n ^(NSDictionary *result, NSError *error) {\n     \n     // Do something.\n }];\n````\n\n- Search by **state**\n\n````\n[CrunchBaseClient searchByState:@\"CA\"\n                          handler:\n ^(NSDictionary *result, NSError *error) {\n     \n     // Do something.\n }];\n````\n\n\n##License\n\nMIT License","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu223%2Fcrunchbase-api-client-for-ios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshu223%2Fcrunchbase-api-client-for-ios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshu223%2Fcrunchbase-api-client-for-ios/lists"}