{"id":21731771,"url":"https://github.com/evref-bl/confluence-pharo-api","last_synced_at":"2026-01-05T04:05:11.661Z","repository":{"id":246392378,"uuid":"821000703","full_name":"Evref-BL/Confluence-Pharo-API","owner":"Evref-BL","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-04T13:30:03.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-25T20:26:37.521Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/Evref-BL.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":"2024-06-27T15:50:44.000Z","updated_at":"2024-10-04T13:30:07.000Z","dependencies_parsed_at":"2024-06-27T19:20:15.368Z","dependency_job_id":"92a22538-c575-4f8f-b2a8-ce04b0283b3b","html_url":"https://github.com/Evref-BL/Confluence-Pharo-API","commit_stats":null,"previous_names":["evref-bl/confluence-pharo-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FConfluence-Pharo-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FConfluence-Pharo-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FConfluence-Pharo-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Evref-BL%2FConfluence-Pharo-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Evref-BL","download_url":"https://codeload.github.com/Evref-BL/Confluence-Pharo-API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244711938,"owners_count":20497417,"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":[],"created_at":"2024-11-26T04:27:21.249Z","updated_at":"2026-01-05T04:05:06.615Z","avatar_url":"https://github.com/Evref-BL.png","language":"Smalltalk","readme":"# Confluence-Pharo-API\r\n\r\nThis is a client for the [Confluence REST API](https://developer.atlassian.com/cloud/confluence/rest/v2/intro/#about).\r\n\r\n## Installation\r\n\r\n```st\r\nMetacello new\r\n  githubUser: 'Evref-BL' project: 'Confluence-Pharo-API' commitish: 'main' path: 'src';\r\n  baseline: 'ConfluencePharoAPI';\r\n  load\r\n```\r\n\r\n## Connect the API to Confluence\r\n\r\nThe first step before querying is to connect to the Confluence API.\r\n\r\nOn the official atlassian Confluence, perform the following script:\r\n\r\n```smalltalk\r\nconfluenceAPI := ConfluencePharoAPI new.\r\nconfluenceAPI endpoint: '\u003cyour endpoint\u003e'.\r\nconfluenceAPI basePath: '\u003cbasePath\u003e/rest/api/latest/'.\r\nconfluenceAPI beHttps.\r\n\r\nconfluenceAPI user: '\u003cYour username (can be email)\u003e'.\r\nconfluenceAPI apiToken: '\u003cYour apiToken\u003e'.\r\n```\r\n\r\n## Example\r\n\r\n### Get information about one page\r\n\r\n```smalltalk\r\npage := confluenceAPI getContent: \u003cpage id\u003e\r\n```\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fconfluence-pharo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevref-bl%2Fconfluence-pharo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevref-bl%2Fconfluence-pharo-api/lists"}