Skip to content

Add support for the Individuals Tax Liability Adjustments API#65

Merged
ac000 merged 1 commit into
masterfrom
itla
Jun 18, 2026
Merged

Add support for the Individuals Tax Liability Adjustments API#65
ac000 merged 1 commit into
masterfrom
itla

Conversation

@ac000

@ac000 ac000 commented Jun 18, 2026

Copy link
Copy Markdown
Owner

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds CLI wiring for the HMRC “Individuals Tax Liability Adjustments” API by registering a new itla API module and exposing it in the CLI’s available API list and documentation.

Changes:

  • Register new itla API in the CLI endpoint map.
  • Add src/mtd-cli-itla.c implementing get/update/delete endpoint definitions for ITLA.
  • Document the new itla API in README.rst.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
src/mtd-cli.c Adds itla to the API-to-endpoint dispatch map so the CLI can route mtd-cli itla ... commands.
src/mtd-cli-itla.c Introduces the ITLA endpoint definitions (commands, required args, and libmtdac endpoint IDs).
src/endpoints.h Declares itla_endpoint so it can be referenced from the central dispatch map.
README.rst Adds itla to the list of supported top-level CLI APIs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/mtd-cli-itla.c
@ac000 ac000 merged commit bb32b7b into master Jun 18, 2026
8 checks passed
@ac000 ac000 deleted the itla branch June 18, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants