Skip to content

Instantly share code, notes, and snippets.

View ehuelsmann's full-sized avatar

Erik Huelsmann ehuelsmann

  • The Netherlands
View GitHub Profile
@ehuelsmann
ehuelsmann / Table.md
Created July 25, 2024 18:29
Payments table.md
customer number Invoice number Invoice total Payment source Payment total Payment amount allocated to this invoice
@ehuelsmann
ehuelsmann / REST.md
Last active August 29, 2015 14:26
REST api design

JUSTIFICATION

In order to continue on our path of development with the browser pages, we need to decide on the services structure rather sooner than later (rather, since I'm building new pages: now).

GOAL

The goal of having a webservice API is to allow development of a broader ecosystem of service-using applications. In addition, we're more and more moving to a rich browser-based webapplication ourselves; rich-client web application frameworks expect to integrate with a backend service through web-services.