{"id":22004877,"url":"https://github.com/expdev07/ebsystemstorage","last_synced_at":"2025-03-23T06:24:20.313Z","repository":{"id":99615855,"uuid":"55493204","full_name":"ExpDev07/EBSystemStorage","owner":"ExpDev07","description":"Easy way to save small pieces of code in your application! ","archived":false,"fork":false,"pushed_at":"2016-04-05T09:39:37.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T12:47:13.882Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":false,"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/ExpDev07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-05T09:21:55.000Z","updated_at":"2018-03-25T15:17:35.000Z","dependencies_parsed_at":"2023-07-31T05:01:02.352Z","dependency_job_id":null,"html_url":"https://github.com/ExpDev07/EBSystemStorage","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/ExpDev07%2FEBSystemStorage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpDev07%2FEBSystemStorage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpDev07%2FEBSystemStorage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExpDev07%2FEBSystemStorage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExpDev07","download_url":"https://codeload.github.com/ExpDev07/EBSystemStorage/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245063291,"owners_count":20554902,"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-30T00:17:25.714Z","updated_at":"2025-03-23T06:24:20.308Z","avatar_url":"https://github.com/ExpDev07.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EBSystemStorage\nEasy way to save small pieces of code in your application! This is designed for Swift :D \n\n#Save Data\n```\nlet system = EBSystemStorage()\nsystem.accessKey = \"UseThisKeyToAccessThisObject\"\nlet name = \"Fido\"\nsystem.saveObject(name)\n```\n\n#Fetch Data\n```\nlet system = EBSystemStorage()\nsystem.accessKey = \"UseThisKeyToAccessThisObject\"\nsystem.requestAccess()\n```\n\n#Display Data \n```\nclass ViewController: UIViewController {\n    \n    @IBOutlet weak var name : UILabel!\n    \n    override func viewDidLoad() {\n        super.viewDidLoad()\n        \n        let system = EBSystemStorage()\n        system.accessKey = \"UseThisKeyToAccessThisObject\"\n        system.requestAccess()\n        name.text = system.result as? String\n    }\n}\n```\n#Remove Data\n```\nlet system = EBSystemStorage()\nsystem.accessKey = \"SomeRandomKey\"\nsystem.removeObject()\n```\n\n#More Information\n- You can create as many instances of EBSystemStorage as you want! This will help you save more data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpdev07%2Febsystemstorage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpdev07%2Febsystemstorage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpdev07%2Febsystemstorage/lists"}