Commits
- Commit:
410b374583e5172b215020f0ad3db35a8635fa59
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Handle looking up objects with slashes in name
- Commit:
46fe962a8b8f10d81d0281a5097886b71c99afda
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Revert "Create a new client interface"
This reverts commit bd3b8a33c54037e66233db80fd1120eb0b6215f1.
It's a bad idea. I'm writing a fake server instead so that we can use
the real client code.
- Commit:
bd3b8a33c54037e66233db80fd1120eb0b6215f1
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Create a new client interface
So that testing the client doesn't involve making real HTTP requests.
- Commit:
64e18a8d1ef9f178f91aed840a371f3785c4d188
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Correctly return ErrNoMatch
The check was incorrect before. The HTTP status on responses is still
200 OK, but with empty results if there are no matches to the filter.
- Commit:
dd1562c064ef82c610805dfd8cdaca5af54f6d22
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Always format generated code
While here document what is needed to actually run go generate.
- Commit:
02a1a10065dd3be4f89f30756adc670b1a8ab468
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Support cascading delete of objects
- Commit:
6c70362050af3bf13a06cde4ed47aa49064b1813
- From:
- Oliver Lowe <o@olowe.co>
- Date:
doc: correct doc comment about type
- Commit:
26fb88e9ebc4192da36411de66032158b424369d
- From:
- Oliver Lowe <o@olowe.co>
- Date:
Generate CRUD code using go generate
Explanation for use is in the README