Skip to content

il: Update for 'Individuals Losses' API version 7.0#67

Closed
ac000 wants to merge 1 commit into
masterfrom
il-7.0
Closed

il: Update for 'Individuals Losses' API version 7.0#67
ac000 wants to merge 1 commit into
masterfrom
il-7.0

Conversation

@ac000

@ac000 ac000 commented Jun 25, 2026

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: Andrew Clayton <ac@sigsegv.uk>
Copilot AI review requested due to automatic review settings June 25, 2026 22:13

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

This PR updates the CLI wiring for the “Individuals Losses” API to align with version 7.0 by renaming the CLI entrypoint from ilos to il and replacing the old command set with the new v7 endpoints.

Changes:

  • Replaced the ilos API mapping with il in the CLI’s API dispatch table.
  • Removed the legacy ilos endpoint implementation and added a new il endpoint implementation with get/amend/delete.
  • Updated exported endpoint declarations and the README API list to reflect the new il name.

Reviewed changes

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

Show a summary per file
File Description
src/mtd-cli.c Switches the CLI API map entry from ilos to il.
src/mtd-cli-ilos.c Removes the legacy Individuals Losses (pre-v7) command implementation.
src/mtd-cli-il.c Adds the new Individuals Losses v7 command definitions (get/amend/delete).
src/endpoints.h Updates the exported endpoint symbol from ilos_endpoint to il_endpoint.
README.rst Updates the documented CLI API list to use il instead of ilos.

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

Comment thread src/mtd-cli-il.c
@ac000 ac000 closed this Jun 26, 2026
@ac000 ac000 deleted the il-7.0 branch June 26, 2026 03:59
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