Dave Warnock · @Dave42W
278 followers · 837 posts · Server amastodon.uk

Got my first http methods routing and returning static strings with on see github.com/dave42w/daves_dashb

Long time since I've tried writing a interface. Is my 2007 O'Reilly Restful Web Services still good practice?

eg
View all users: GET /users
use query to filter eg
View active users: GET /users?state=Active

Create a user: POST /users

View a user: GET /users/{userid}

Update user: PUT /users/{userid}

Delete user: DELETE /users/{userid}

#axum #rustlang #githib #resfful

Last updated 2 years ago