Commit graph

10 commits

Author SHA1 Message Date
1588b2e46c feat: Add db_post_from_url function
The commit adds the `db_post_from_url` function to the `conversion.rs` file. This function retrieves a post from the database based on a given URL. If the post is not found in the database, it fetches the post from the URL, saves it to the database, and returns the post. This change enhances the functionality of the codebase by providing a convenient way to retrieve and store posts.
2024-06-17 21:35:21 +02:00
15bba70d2a feat: Add .env file to gitignore and update dependencies
The commit adds the `.env` file to the `.gitignore` and updates the dependencies in the `Cargo.toml` and `Cargo.lock` files. This change ensures that sensitive environment variables are not committed to the repository and keeps the dependencies up to date.
2024-06-17 19:52:51 +02:00
1174f92915 [feat]: lysand to ap for posts and users 2024-06-15 02:06:01 +02:00
bcab516a1f
feat: function to receive lysand note 2024-05-21 04:59:47 +02:00
e42baf51e4
save changes, fake commit 2024-05-19 07:17:13 +02:00
b65a51a1ef feat: Update API domain variable name 2024-05-17 13:24:41 +02:00
15c30d2f30 feat: lysand extension types 2024-05-13 22:08:23 +02:00
eec3a037bb feat: lysand user 2024-05-13 21:31:33 +02:00
470f1f7eae
fix: format 2024-05-09 23:10:36 +02:00
946804968e
feat: Lysand User struct 2024-05-09 23:09:57 +02:00