{"id":19750142,"url":"https://github.com/adsazad/freeradius-rest","last_synced_at":"2026-04-18T05:32:23.913Z","repository":{"id":47662483,"uuid":"395942185","full_name":"adsazad/freeradius-rest","owner":"adsazad","description":"REST API for created to create, edit and delete data in Freeradius.","archived":false,"fork":false,"pushed_at":"2022-07-21T09:08:50.000Z","size":3238,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T08:30:41.782Z","etag":null,"topics":["freeradius","nodejs","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"","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/adsazad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-08-14T08:24:14.000Z","updated_at":"2022-04-01T15:33:03.000Z","dependencies_parsed_at":"2022-09-07T09:33:23.489Z","dependency_job_id":null,"html_url":"https://github.com/adsazad/freeradius-rest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adsazad/freeradius-rest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsazad%2Ffreeradius-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsazad%2Ffreeradius-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsazad%2Ffreeradius-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsazad%2Ffreeradius-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adsazad","download_url":"https://codeload.github.com/adsazad/freeradius-rest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adsazad%2Ffreeradius-rest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["freeradius","nodejs","rest-api","restful-api"],"created_at":"2024-11-12T02:30:47.111Z","updated_at":"2026-04-18T05:32:23.897Z","avatar_url":"https://github.com/adsazad.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# REST API for freeradius under-development\n\n## User\n\n### List User\n```\nhttps://localhost:8080/user\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n\n### Create User\n```\nhttps://localhost:8080/user/create\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n|radusername | Username for user you are creating|\n|radpassword| Password for user you are creating|\n\n### Change User Password\n```\nhttps://localhost:8080/user/changepassword\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n|radusername | Username for user you are creating|\n|radnewpassword| Password for user you are creating|\n\n### Assign/Change user group to user\n```\nhttps://localhost:8080/user/assignusergrouptouser\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n|radusername | Username for user you are creating|\n|groupname| Radius radgroupname |\n\n## Profiles\n\n### List UserGroups\n```\nhttps://localhost:8080/usergroup\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n\n### Get UserGroup Check And Reply Attributes\n```\nhttps://localhost:8080/usergroup/attributes\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n|usergroup| Name of UserGroup you want to get attributes of|\n\n## IP Pool\n\n### List IP Pools\n```\nhttps://localhost:8080/ippools\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n\n### Add Ip Pool\n```\nhttps://localhost:8080/ippools/add\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n|poolName| Pool Name|\n|framedIpAddress| Ip address for pool|\n\n## NAS\n\n### List NAS\n```\nhttps://localhost:8080/nas\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n\n### Create NAS\n```\nhttps://localhost:8080/nas/create\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n| nasname | IP Address of nas|\n|secret| Secret|\n| shortname| Short Name for the nas|\n|type| Type attr for nas|\n|ports| Ports for nas|\n\n### Delete NAS\n```\nhttps://localhost:8080/nas/delete\n```\nMethod: `POST`\n|Attributes|Description|\n|----------|------------|\n|secret| .env secret|\n| nasname | IP Address of nas|\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadsazad%2Ffreeradius-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadsazad%2Ffreeradius-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadsazad%2Ffreeradius-rest/lists"}