Skip to content
This repository was archived by the owner on May 30, 2026. It is now read-only.
This repository was archived by the owner on May 30, 2026. It is now read-only.

Provide links for creating expenses and payments #9

@thomaseizinger

Description

@thomaseizinger

Currently, the client knows the endpoints for creating expenses and payments. We should add links to the response of a Nobt that points clients to these endpoints.

{
	"id": "g943hNß57gha",
	...
	"_links": {
		"create-expense": {
			"href": "..."
		},
		"create-payment": {
			"href": "..."
		}
	}
}

Implementation hints can be taken from the "delete" link of expenses. See #8.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions