{"id":24203333,"url":"https://github.com/fatsecret/fatsecret4j","last_synced_at":"2025-09-22T01:32:23.833Z","repository":{"id":49785332,"uuid":"60863866","full_name":"fatsecret/fatsecret4j","owner":"fatsecret","description":"Java/Android Client for using Fatsecret REST API","archived":false,"fork":false,"pushed_at":"2020-11-09T06:01:02.000Z","size":46,"stargazers_count":9,"open_issues_count":15,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-08-07T14:10:13.067Z","etag":null,"topics":["android","android-client","fatsecret","food","java-8","java-client","maven-plugin","recipe"],"latest_commit_sha":null,"homepage":"http://fatsecret4j.com","language":"Java","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/fatsecret.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":"2016-06-10T17:01:41.000Z","updated_at":"2023-04-13T08:15:06.000Z","dependencies_parsed_at":"2022-08-30T09:20:36.189Z","dependency_job_id":null,"html_url":"https://github.com/fatsecret/fatsecret4j","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatsecret%2Ffatsecret4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatsecret%2Ffatsecret4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatsecret%2Ffatsecret4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fatsecret%2Ffatsecret4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fatsecret","download_url":"https://codeload.github.com/fatsecret/fatsecret4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233815260,"owners_count":18734665,"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":["android","android-client","fatsecret","food","java-8","java-client","maven-plugin","recipe"],"created_at":"2025-01-13T22:22:02.606Z","updated_at":"2025-09-22T01:32:18.466Z","avatar_url":"https://github.com/fatsecret.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fatsecret4j\nJava/Android Client for using Fatsecret REST API\n\n## Java Client Code\n\nYou can use this library by downloading it [here](http://search.maven.org/remotecontent?filepath=com/fatsecret4j/fatsecret-platform/2.0/fatsecret-platform-2.0.jar) or by following this step -\n\n### Add this maven dependency in your pom.xml\n\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.fatsecret4j\u003c/groupId\u003e\n\t\u003cartifactId\u003efatsecret-platform\u003c/artifactId\u003e\n\t\u003cversion\u003e2.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Android Client Code\n\nYou can use this library by downloading it [here](http://search.maven.org/remotecontent?filepath=com/fatsecret4j/fatsecret-platform/2.0/fatsecret-platform-2.0.jar) and placing it in libs folder or by following these steps -\n\n### Add the following configuration to your `build.gradle` file\n\n```\nrepositories {\n\tmavenCentral()\n}\n\nandroid {\n\tdefaultConfig {\n\t\tminSdkVersion 24\n\t\tjackOptions {\n\t\t\tenabled true\n\t\t}\n\t}\n\tcompileOptions {\n\t\tsourceCompatibility JavaVersion.VERSION_1_8\n\t\ttargetCompatibility JavaVersion.VERSION_1_8\n\t}\t\n}\n\ndependencies {\n\tcompile 'com.fatsecret4j:fatsecret-platform:2.0'\n\tcompile 'com.android.volley:volley:1.0.0'\n}\n```\n\n### Add the following line to your `Android Manifest` file\n\nIn order to target Android API level 24 or later, you will need to ensure that your application requests runtime permissions for internet access.\n\n```xml\n\u003cuses-permission android:name=\"android.permission.INTERNET\"/\u003e\n```\n\n\n## Supported methods\n\n* food.get()\n* foods.search()\n* recipe.get()\n* recipe.search()\n\nYou can check more documentation [here](http://fatsecret4j.com).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatsecret%2Ffatsecret4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffatsecret%2Ffatsecret4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffatsecret%2Ffatsecret4j/lists"}