{"id":19368624,"url":"https://github.com/ghusta/retrofit2-simplexml-test","last_synced_at":"2025-06-27T07:35:31.947Z","repository":{"id":148621171,"uuid":"110977483","full_name":"ghusta/retrofit2-simplexml-test","owner":"ghusta","description":"Test for Retrofit2 with SimpleXML","archived":false,"fork":false,"pushed_at":"2019-01-08T08:58:31.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:48:40.957Z","etag":null,"topics":["retrofit2","simplexml"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghusta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-11-16T13:54:01.000Z","updated_at":"2019-01-08T08:58:32.000Z","dependencies_parsed_at":"2023-05-20T17:31:11.829Z","dependency_job_id":null,"html_url":"https://github.com/ghusta/retrofit2-simplexml-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghusta/retrofit2-simplexml-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fretrofit2-simplexml-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fretrofit2-simplexml-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fretrofit2-simplexml-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fretrofit2-simplexml-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghusta","download_url":"https://codeload.github.com/ghusta/retrofit2-simplexml-test/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghusta%2Fretrofit2-simplexml-test/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262213197,"owners_count":23276062,"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":["retrofit2","simplexml"],"created_at":"2024-11-10T08:07:20.906Z","updated_at":"2025-06-27T07:35:31.926Z","avatar_url":"https://github.com/ghusta.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test for Retrofit2 with SimpleXML\n\n## Overwiew\n\nThe objective is to test deserialization of XML via a **Retrofit** server call.\nThe library for deserialization of XML is **SimpleXML** (for Java). \n\n## XML source of data\n\n- https://www.w3schools.com/xml/simple.xml\n\n## References\n\n- [Retrofit](https://square.github.io/retrofit/) library\n- [List of official converters](https://square.github.io/retrofit/#restadapter-configuration)\n- [Simple](http://www.simpleframework.org/) framework / on [GitHub](https://github.com/ngallagher/simpleframework)\n- SO question : [How to use Retrofit and SimpleXML together in downloading and parsing an XML file from a site?](https://stackoverflow.com/questions/25380280/how-to-use-retrofit-and-simplexml-together-in-downloading-and-parsing-an-xml-fil)\n\n## Content of XML sample\n\nSource : https://www.w3schools.com/xml/simple.xml\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\u003cbreakfast_menu\u003e\n  \u003cfood\u003e\n    \u003cname\u003eBelgian Waffles\u003c/name\u003e\n    \u003cprice\u003e$5.95\u003c/price\u003e\n    \u003cdescription\u003eTwo of our famous Belgian Waffles with plenty of real maple syrup\u003c/description\u003e\n    \u003ccalories\u003e650\u003c/calories\u003e\n  \u003c/food\u003e\n  \u003cfood\u003e\n    \u003cname\u003eStrawberry Belgian Waffles\u003c/name\u003e\n    \u003cprice\u003e$7.95\u003c/price\u003e\n    \u003cdescription\u003eLight Belgian waffles covered with strawberries and whipped cream\u003c/description\u003e\n    \u003ccalories\u003e900\u003c/calories\u003e\n  \u003c/food\u003e\n  \u003cfood\u003e\n    \u003cname\u003eBerry-Berry Belgian Waffles\u003c/name\u003e\n    \u003cprice\u003e$8.95\u003c/price\u003e\n    \u003cdescription\u003eLight Belgian waffles covered with an assortment of fresh berries and whipped cream\u003c/description\u003e\n    \u003ccalories\u003e900\u003c/calories\u003e\n  \u003c/food\u003e\n  \u003cfood\u003e\n    \u003cname\u003eFrench Toast\u003c/name\u003e\n    \u003cprice\u003e$4.50\u003c/price\u003e\n    \u003cdescription\u003eThick slices made from our homemade sourdough bread\u003c/description\u003e\n    \u003ccalories\u003e600\u003c/calories\u003e\n  \u003c/food\u003e\n  \u003cfood\u003e\n    \u003cname\u003eHomestyle Breakfast\u003c/name\u003e\n    \u003cprice\u003e$6.95\u003c/price\u003e\n    \u003cdescription\u003eTwo eggs, bacon or sausage, toast, and our ever-popular hash browns\u003c/description\u003e\n    \u003ccalories\u003e950\u003c/calories\u003e\n  \u003c/food\u003e\n\u003c/breakfast_menu\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fretrofit2-simplexml-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghusta%2Fretrofit2-simplexml-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghusta%2Fretrofit2-simplexml-test/lists"}