Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 859 Bytes

File metadata and controls

25 lines (24 loc) · 859 Bytes

Journal Entry API

  • /entries/{userEmail}
    • returns json array with entry information for that user
[
	{
		"content": "This is my first entry, or is it???",
		"userEmail": "bpb9629@gmail.com",
		"time": "2024-04-20T03:24:59.252647-04:00"
	},
	{
		"content": "Another try to save to the database",
		"userEmail": "bpb9629@gmail.com",
		"time": "2024-04-20T13:20:31.0602526-04:00"
	}
] 

TermBook cli builds