{"id":16971856,"url":"https://github.com/melizeche/dolarpy-wrapper-java","last_synced_at":"2025-07-04T16:32:08.289Z","repository":{"id":139031274,"uuid":"102473659","full_name":"melizeche/dolarpy-wrapper-java","owner":"melizeche","description":"API wrapper for DolarPy https://github.com/melizeche/dolarPy","archived":false,"fork":false,"pushed_at":"2021-11-03T10:43:56.000Z","size":317,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T23:38:23.011Z","etag":null,"topics":["api","api-rest","api-wrapper","currency","dollar","exchange-rate","finance","guarani"],"latest_commit_sha":null,"homepage":"https://dolar.melizeche.com ","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melizeche.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":"2017-09-05T11:36:39.000Z","updated_at":"2023-03-05T04:34:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ead98f1-c8c6-4e62-9823-511c02ee60e6","html_url":"https://github.com/melizeche/dolarpy-wrapper-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melizeche/dolarpy-wrapper-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2Fdolarpy-wrapper-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2Fdolarpy-wrapper-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2Fdolarpy-wrapper-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2Fdolarpy-wrapper-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melizeche","download_url":"https://codeload.github.com/melizeche/dolarpy-wrapper-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melizeche%2Fdolarpy-wrapper-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263577239,"owners_count":23483130,"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":["api","api-rest","api-wrapper","currency","dollar","exchange-rate","finance","guarani"],"created_at":"2024-10-14T00:55:15.039Z","updated_at":"2025-07-04T16:32:08.255Z","avatar_url":"https://github.com/melizeche.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dolarpy-wrapper-java\n\nAPI wrapper for DolarPy https://dolar.melizeche.com\nhttps://github.com/melizeche/dolarPy\n\n## Install\n\n```\nTODO\n```\n\n## Usage\n```java\nimport com.melizeche.dolarpy.DolarPy\n\nDolarPy dolar = new DolarPy();\n\ndolar.getProvidersList() // 'bcp', 'maxicambios', 'cambioschaco', etc...\ndolar.get() // Returns a Provider Object. default: BCP\ndolar.get(\"maxicambios\") // Returns Provider: maxicambios Object\ndolar.get(\"maxicambios\").getVenta() //Returns BigDecimal buy value from cambioschaco\ndolar.getCompra() // Returns BigDecimal buy value from defaul Provider(bcp)\ndolar.getCompra(\"cambioschaco\") // Returns BigDecimal buy value from cambioschaco\ndolar.getVenta(\"amabay\") // Returns BigDecimal sell value from Amambay\ndolar.get().getUpdated() // Returns LocalDateTime timestamp\n```\n\n## Provider Object properties and methods\n```java\n    private String name;\n    private BigDecimal compra;\n    private BigDecimal venta;\n    private LocalDateTime updated;\n\n    public String getName();\n    public void setName(String name);\n    public BigDecimal getCompra();\n    public void setCompra(BigDecimal compra);\n    public BigDecimal getVenta();\n    public void setVenta(BigDecimal venta);\n    public LocalDateTime getUpdated();\n    public void setUpdated(LocalDateTime updated);\n```\n\n## Requirements\n\n- Java 8\n- Gson 2.8.1\n\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## TODO\n\n* Testing\n* ~~Proper~~ Extend documentation\n* More API methods\n\n## Credits\n\n* Marcelo Elizeche Landó\n\n## License\n\nThis project is licensed under the terms of the Apache 2.0 License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelizeche%2Fdolarpy-wrapper-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelizeche%2Fdolarpy-wrapper-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelizeche%2Fdolarpy-wrapper-java/lists"}