Difference between revisions of "API/Swift"

From Open Food Facts wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
== Code repositories ==
 
== Code repositories ==
[https://github.com/aleene/FoodViewer FoodViewer] - use branch PageViewerController.
+
===[https://github.com/aleene/FoodViewer 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

Latest revision as of 10:38, 6 August 2019


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