Go to file
Oliver Marks a36202b167 Make the headers a function. 2024-02-02 21:10:41 +00:00
bases Initial commit 2023-11-16 12:51:57 +00:00
components Make the headers a function. 2024-02-02 21:10:41 +00:00
development Sendgrid first api requests. 2024-01-10 18:47:58 +00:00
projects Initial commit 2023-11-16 12:51:57 +00:00
.gitignore Initial commit 2023-11-16 12:51:57 +00:00
deps.edn Sendgrid first api requests. 2024-01-10 18:47:58 +00:00
package.json Initial commit 2023-11-16 12:51:57 +00:00
readme.org Mailersend first api requests. 2024-01-09 16:07:58 +00:00
shadow-cljs.edn Initial commit 2023-11-16 12:51:57 +00:00
workspace.edn Initial commit 2023-11-16 12:51:57 +00:00

readme.org

aplex Api's

Each library should have an init function to configure url tokens or anything else user specific for the api

Library's do not need to be complete as they can be expanded as needed, hopefully this will help things expand and flesh out over time

There should be one function for each api route

API libraries should just build the requests as maps which can be formatted and passed over to which ever library the project has chosen.

This allow us to avoid pulling in different http libraries and implementations per api

Validation should be seperate to the requests making ie optional and written in a way to pipe the request into the validation.