API/Swift: Difference between revisions

From Open Food Facts wiki
No edit summary
No edit summary
Line 1: Line 1:
[[Category:API]]
[[Category:API]]
 
[[Category:Swift]]
[[Category:SDKs]]
== Code repositories ==
== Code repositories ==
===[https://github.com/aleene/FoodViewer FoodViewer]===  
===[https://github.com/aleene/FoodViewer FoodViewer]===  

Revision as of 10:29, 7 August 2024

Code repositories

FoodViewer

Use branch PageViewerController.

  • SwiftyJSON.swift is used to parse the json-files;
  • OpenFoodFactsRequest.swift contains the read API;

Official client

https://github.com/openfoodfacts/openfoodfacts-ios/

Repo by @roger

  • Still private