HATEOAS-first backend framework.
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

Query Posts.bru 125 B

1234567891011
  1. meta {
  2. name: Query Posts
  3. type: http
  4. seq: 3
  5. }
  6. get {
  7. url: http://localhost:6969/api/posts
  8. body: none
  9. auth: none
  10. }