{"id":18735437,"url":"https://github.com/codekeyz/nalo-sms-java","last_synced_at":"2026-04-26T22:31:13.439Z","repository":{"id":112878976,"uuid":"179779036","full_name":"codekeyz/nalo-sms-java","owner":"codekeyz","description":"UnOfficial Java SDK for developers to interact with the Nalo SMS REST API.","archived":false,"fork":false,"pushed_at":"2019-04-11T09:28:48.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-20T01:13:08.451Z","etag":null,"topics":["android","java","library","nalo-sms","nalo-solutions","sdk","sms"],"latest_commit_sha":null,"homepage":"https://sms.nalosolutions.com/nalosms/login.php","language":"Java","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/codekeyz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-04-06T02:15:43.000Z","updated_at":"2019-04-13T06:50:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"9526c80e-d896-4a8e-9b21-e0c45f9b12f8","html_url":"https://github.com/codekeyz/nalo-sms-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codekeyz/nalo-sms-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fnalo-sms-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fnalo-sms-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fnalo-sms-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fnalo-sms-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekeyz","download_url":"https://codeload.github.com/codekeyz/nalo-sms-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekeyz%2Fnalo-sms-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32315711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T21:09:39.134Z","status":"ssl_error","status_checked_at":"2026-04-26T21:09:21.240Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","java","library","nalo-sms","nalo-solutions","sdk","sms"],"created_at":"2024-11-07T15:16:57.733Z","updated_at":"2026-04-26T22:31:13.413Z","avatar_url":"https://github.com/codekeyz.png","language":"Java","readme":"# Nalo SMS-API JAVA SDK\n\n## **Overview**\nThis is an open source JAVA SDK that allows you to access the Nalo [REST SMS API](http://nalosolutions.com/NALO%20SMS%20HTTp%20Api_current.pdf) from your application. You need to create a Nalo account [here](https://sms.nalosolutions.com/nalosms/signup.php/) in order to use this API.\n\n## Using NaloSMS Library in your application\n\nDo not forget to add internet permission in manifest if already not present\n```xml\n\u003cuses-permission android:name=\"android.permission.INTERNET\" /\u003e\n```\n\n### Usage\n```java\nimport com.nalo.nalosms.NaloSMS;\n\n// Creating an Instance of NaloSMS using the SMSBuilder\nNaloSMS nalosms = new NaloSMS.SMSBuilder()\n                .withAuthCred(\"your-username\", \"!@msweet\")\n                .setType(NaloSMS.Type.FLASH_MESSAGE_ISO_88559_1)\n                .setMessage(\"Hey Geek, am Precious Keyz\")\n                .setSource(\"Tampico\")\n                .setDestination(\"+23324XX61XXX\", \"023XXXAAA\", \"0554XXX83X\")\n                .withDeliveryReport(true)\n                .build();\n\nnalosms.send(new NaloSMS.Callback() {\n            @Override\n            public void onResult(String result) {\n                // result \n            }\n\n            @Override\n            public void onError(Throwable error) {\n                // catch error here\n            }\n  });\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekeyz%2Fnalo-sms-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekeyz%2Fnalo-sms-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekeyz%2Fnalo-sms-java/lists"}