{"id":15546491,"url":"https://github.com/aleksi/rtm","last_synced_at":"2025-03-06T07:30:56.277Z","repository":{"id":66910940,"uuid":"180717168","full_name":"AlekSi/rtm","owner":"AlekSi","description":"(I migrated to OmniFocus) Go client for Remember The Milk API v2","archived":true,"fork":false,"pushed_at":"2023-05-21T04:57:59.000Z","size":46,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-25T00:37:45.912Z","etag":null,"topics":["rememberthemilk","rtm"],"latest_commit_sha":null,"homepage":"","language":"Go","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/AlekSi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-11T04:58:26.000Z","updated_at":"2024-11-17T12:31:09.000Z","dependencies_parsed_at":"2024-06-20T06:07:56.238Z","dependency_job_id":null,"html_url":"https://github.com/AlekSi/rtm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekSi%2Frtm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekSi%2Frtm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekSi%2Frtm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlekSi%2Frtm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlekSi","download_url":"https://codeload.github.com/AlekSi/rtm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242164769,"owners_count":20082366,"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":["rememberthemilk","rtm"],"created_at":"2024-10-02T13:02:17.289Z","updated_at":"2025-03-06T07:30:55.998Z","avatar_url":"https://github.com/AlekSi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtm\n\n[![CI status](https://github.com/AlekSi/rtm/workflows/CI/badge.svg)](https://github.com/AlekSi/rtm/actions)\n[![Go Report Card](https://goreportcard.com/badge/github.com/AlekSi/rtm)](https://goreportcard.com/report/github.com/AlekSi/rtm)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/AlekSi/rtm)](https://pkg.go.dev/github.com/AlekSi/rtm)\n\nGo client for [Remember The Milk API v2](https://www.rememberthemilk.com/services/api/).\n\nNote: this product uses the Remember The Milk API but is not endorsed or certified by Remember The Milk.\n\n# Methods\n\n| [`rtm.auth.checkToken`](https://www.rememberthemilk.com/services/api/methods/rtm.auth.checkToken.rtm)                   | [`AuthService.CheckToken`](https://pkg.go.dev/github.com/AlekSi/rtm#AuthService.CheckToken)\n| [`rtm.auth.getFrob`](https://www.rememberthemilk.com/services/api/methods/rtm.auth.getFrob.rtm)                         | [`AuthService.GetFrob`](https://pkg.go.dev/github.com/AlekSi/rtm#AuthService.GetFrob)\n| [`rtm.auth.getToken`](https://www.rememberthemilk.com/services/api/methods/rtm.auth.getToken.rtm)                       | [`AuthService.GetToken`](https://pkg.go.dev/github.com/AlekSi/rtm#AuthService.GetToken)\n| [`rtm.contacts.add`](https://www.rememberthemilk.com/services/api/methods/rtm.contacts.add.rtm)                         | TODO\n| [`rtm.contacts.delete`](https://www.rememberthemilk.com/services/api/methods/rtm.contacts.delete.rtm)                   | TODO\n| [`rtm.contacts.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.contacts.getList.rtm)                 | TODO\n| [`rtm.groups.add`](https://www.rememberthemilk.com/services/api/methods/rtm.groups.add.rtm)                             | TODO\n| [`rtm.groups.addContact`](https://www.rememberthemilk.com/services/api/methods/rtm.groups.addContact.rtm)               | TODO\n| [`rtm.groups.delete`](https://www.rememberthemilk.com/services/api/methods/rtm.groups.delete.rtm)                       | TODO\n| [`rtm.groups.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.groups.getList.rtm)                     | TODO\n| [`rtm.groups.removeContact`](https://www.rememberthemilk.com/services/api/methods/rtm.groups.removeContact.rtm)         | TODO\n| [`rtm.lists.add`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.add.rtm)                               | TODO\n| [`rtm.lists.archive`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.archive.rtm)                       | TODO\n| [`rtm.lists.delete`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.delete.rtm)                         | TODO\n| [`rtm.lists.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.getList.rtm)                       | [`ListsService.GetList`](https://pkg.go.dev/github.com/AlekSi/rtm#ListsService.GetList)\n| [`rtm.lists.setDefaultList`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.setDefaultList.rtm)         | TODO\n| [`rtm.lists.setName`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.setName.rtm)                       | TODO\n| [`rtm.lists.unarchive`](https://www.rememberthemilk.com/services/api/methods/rtm.lists.unarchive.rtm)                   | TODO\n| [`rtm.locations.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.locations.getList.rtm)               | TODO\n| [`rtm.push.getSubscriptions`](https://www.rememberthemilk.com/services/api/methods/rtm.push.getSubscriptions.rtm)       | TODO\n| [`rtm.push.getTopics`](https://www.rememberthemilk.com/services/api/methods/rtm.push.getTopics.rtm)                     | TODO\n| [`rtm.push.subscribe`](https://www.rememberthemilk.com/services/api/methods/rtm.push.subscribe.rtm)                     | TODO\n| [`rtm.push.unsubscribe`](https://www.rememberthemilk.com/services/api/methods/rtm.push.unsubscribe.rtm)                 | TODO\n| [`rtm.reflection.getMethodInfo`](https://www.rememberthemilk.com/services/api/methods/rtm.reflection.getMethodInfo.rtm) | [`ReflectionService.GetMethodInfo`](https://pkg.go.dev/github.com/AlekSi/rtm#ReflectionService.GetMethodInfo)\n| [`rtm.reflection.getMethods`](https://www.rememberthemilk.com/services/api/methods/rtm.reflection.getMethods.rtm)       | [`ReflectionService.GetMethods`](https://pkg.go.dev/github.com/AlekSi/rtm#ReflectionService.GetMethods)\n| [`rtm.scripts.add`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.add.rtm)                           | TODO\n| [`rtm.scripts.delete`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.delete.rtm)                     | TODO\n| [`rtm.scripts.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.getList.rtm)                   | TODO\n| [`rtm.scripts.run`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.run.rtm)                           | TODO\n| [`rtm.scripts.setCode`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.setCode.rtm)                   | TODO\n| [`rtm.scripts.setName`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.setName.rtm)                   | TODO\n| [`rtm.scripts.setParams`](https://www.rememberthemilk.com/services/api/methods/rtm.scripts.setParams.rtm)               | TODO\n| [`rtm.settings.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.settings.getList.rtm)                 | TODO\n| [`rtm.tags.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.tags.getList.rtm)                         | TODO\n| [`rtm.tasks.add`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.add.rtm)                               | [`TasksService.Add`](https://pkg.go.dev/github.com/AlekSi/rtm#TasksService.Add)\n| [`rtm.tasks.addTags`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.addTags.rtm)                       | TODO\n| [`rtm.tasks.complete`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.complete.rtm)                     | TODO\n| [`rtm.tasks.delete`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.delete.rtm)                         | [`TasksService.Delete`](https://pkg.go.dev/github.com/AlekSi/rtm#TasksService.Delete)\n| [`rtm.tasks.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.getList.rtm)                       | [`TasksService.GetList`](https://pkg.go.dev/github.com/AlekSi/rtm#TasksService.GetList)\n| [`rtm.tasks.movePriority`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.movePriority.rtm)             | TODO\n| [`rtm.tasks.moveTo`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.moveTo.rtm)                         | TODO\n| [`rtm.tasks.notes.add`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.notes.add.rtm)                   | TODO\n| [`rtm.tasks.notes.delete`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.notes.delete.rtm)             | TODO\n| [`rtm.tasks.notes.edit`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.notes.edit.rtm)                 | TODO\n| [`rtm.tasks.postpone`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.postpone.rtm)                     | TODO\n| [`rtm.tasks.removeTags`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.removeTags.rtm)                 | TODO\n| [`rtm.tasks.setDueDate`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setDueDate.rtm)                 | TODO\n| [`rtm.tasks.setEstimate`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setEstimate.rtm)               | TODO\n| [`rtm.tasks.setLocation`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setLocation.rtm)               | TODO\n| [`rtm.tasks.setName`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setName.rtm)                       | TODO\n| [`rtm.tasks.setParentTask`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setParentTask.rtm)           | TODO\n| [`rtm.tasks.setPriority`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setPriority.rtm)               | TODO\n| [`rtm.tasks.setRecurrence`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setRecurrence.rtm)           | TODO\n| [`rtm.tasks.setStartDate`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setStartDate.rtm)             | TODO\n| [`rtm.tasks.setTags`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setTags.rtm)                       | TODO\n| [`rtm.tasks.setURL`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.setURL.rtm)                         | TODO\n| [`rtm.tasks.uncomplete`](https://www.rememberthemilk.com/services/api/methods/rtm.tasks.uncomplete.rtm)                 | TODO\n| [`rtm.test.echo`](https://www.rememberthemilk.com/services/api/methods/rtm.test.echo.rtm)                               | [`TestService.Echo`](https://pkg.go.dev/github.com/AlekSi/rtm#TestService.Echo)\n| [`rtm.test.login`](https://www.rememberthemilk.com/services/api/methods/rtm.test.login.rtm)                             | [`TestService.Login`](https://pkg.go.dev/github.com/AlekSi/rtm#TestService.Login)\n| [`rtm.time.convert`](https://www.rememberthemilk.com/services/api/methods/rtm.time.convert.rtm)                         | TODO\n| [`rtm.time.parse`](https://www.rememberthemilk.com/services/api/methods/rtm.time.parse.rtm)                             | TODO\n| [`rtm.timelines.create`](https://www.rememberthemilk.com/services/api/methods/rtm.timelines.create.rtm)                 | [`TimelinesService.Create`](https://pkg.go.dev/github.com/AlekSi/rtm#TimelinesService.Create)\n| [`rtm.timezones.getList`](https://www.rememberthemilk.com/services/api/methods/rtm.timezones.getList.rtm)               | TODO\n| [`rtm.transactions.undo`](https://www.rememberthemilk.com/services/api/methods/rtm.transactions.undo.rtm)               | TODO\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksi%2Frtm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleksi%2Frtm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleksi%2Frtm/lists"}