{"id":13554298,"url":"https://github.com/formio/formio-service","last_synced_at":"2025-04-03T06:31:25.131Z","repository":{"id":34309736,"uuid":"38226639","full_name":"formio/formio-service","owner":"formio","description":"The Form.IO API Service library for Node.js applications","archived":true,"fork":false,"pushed_at":"2023-05-11T13:18:27.000Z","size":73,"stargazers_count":18,"open_issues_count":3,"forks_count":19,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-04T02:32:49.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"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/formio.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2015-06-29T03:52:24.000Z","updated_at":"2023-05-11T13:18:38.000Z","dependencies_parsed_at":"2024-01-22T07:52:24.610Z","dependency_job_id":"795886a9-6682-4728-94e7-a927aab3e4a7","html_url":"https://github.com/formio/formio-service","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formio%2Fformio-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formio%2Fformio-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formio%2Fformio-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/formio%2Fformio-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/formio","download_url":"https://codeload.github.com/formio/formio-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246948014,"owners_count":20859362,"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-08-01T12:02:44.373Z","updated_at":"2025-04-03T06:31:23.127Z","avatar_url":"https://github.com/formio.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","others"],"sub_categories":[],"readme":"## This repository is now considered legacy and no longer supported. Please use the Form.io SDK instead @ https://github.com/formio/core\n\n## Please take a look at our recent repositories and help documentation at the following links.\n - https://help.form.io\n - https://github.com/formio/formio.js\n - https://github.com/formio/formio\n - https://github.com/formio/react\n - https://github.com/formio/angular\n - https://github.com/formio/vue\n\nThe Form.IO Service Library\n========================\nThis library allows you to interface with the Form.IO API from within a Node.js application. Below is an example,\nof how this library can be used to retrieve all the submissions within a certain form.\n\n```\nvar formio = require('formio-service')();\nvar Form = formio.Form;\n\n// First authenticate.\nformio.authenticate('test@example.com', 'password').then(function() {\n\n    // Create a new form instance.\n    var form = new Form('https://myapp.form.io/user');\n\n    // Iterate through all the submissions.\n    form.eachSubmission(function(submission) {\n\n        // Console log the submissions.\n        console.log(submission);\n    });\n});\n```\n\nUsing an API key\n----------------\nYou can also use a Form.io API key to access the API's without needing to login.\n\n```\nvar formio = require('formio-service')({\n  key: '[YOUR_API_KEY]'\n});\nvar Form = formio.Form;\n\n// Create a new form instance.\nvar form = new Form('https://myapp.form.io/user');\n\n// Iterate through all the submissions.\nform.eachSubmission(function(submission) {\n\n  // Console log the submissions.\n  console.log(submission);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformio%2Fformio-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fformio%2Fformio-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fformio%2Fformio-service/lists"}