Commit Graph

9 Commits

Author SHA1 Message Date
Zachary Milonas
dc43a680e9 Fix link to main.ts in API docs. (#621) 2025-01-27 08:07:29 -07:00
bpaulien
06ca5a87f4 Update index.md (#556)
title case, edited for clarity
2024-12-11 23:58:30 +00:00
Matt Fiddaman
842bc40d0c fix some spelling issues, standardis(z)e to US English (#521)
Quick whip through to try and standardis(z)e some language, looks like
the most common English in the docs is US English so I chose that one,
but if we'd prefer the Queen's then that's okay too.

---------

Co-authored-by: Ruben Olsen Lærk <ruben@lku.no>
2024-11-29 06:45:45 +01:00
Matiss Janis Aboltins
64a254b12d 📝 highlight that Actual does not have a HTTP API (#428) 2024-08-11 20:54:28 +01:00
Robert Dyer
600d130d14 Add missing API documentation. (#373)
This adds missing documentation for existing API calls and removes one
that does not exist.

---------

Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
2024-07-01 19:50:36 +01:00
qmph22
73ce8f511b Update index.md - "Using the API" (#331)
Added clarity about migrating from YNAB or Mint to Actual. 

Corrected grammatical error about what Actual officially supports for
importing from other budgeting apps.
2024-03-09 09:09:12 -07:00
DJ Mountney
1cb7459803 Add info on self-signed https connections from the API (#288)
Related to https://github.com/actualbudget/actual/issues/1695

It's pretty common for users to have self-signed certificates for
actual, but this presents some challenges for the API.

Give a little bit of guidance here, for new contributors. Really, all
the info here is just for Node.js and not for actual. (we would want to
create seperate http agents and our own certificate config system if we
wanted to have actual specific config for this).

For many of the existing api use-cases the
`NODE_TLS_REJECT_UNAUTHORIZED` option will be fine. But
`NODE_EXTRA_CA_CERTS` seems like the proper way to do things (and the
one I tested on nodejs 21, on ubuntu via asdf install). But I also made
sure to mention the option of using openssl's ca certificates, because
if you are in a situation where your node.js is configured to link to
the system openssl on Linux, it's going to be the easiest and most
familiar to Linux sysadmins. It's just not the cross-platform supported
option like `NODE_EXTRA_CA_CERTS`.
2023-12-12 12:04:44 -07:00
Stefan Hall
b26bfc457b Update ynab4 + 5 importer links in api docs (#273)
So they point to existing implementations. The current links are broken
and Im hoping these links are correct - someone please let me know if
this is incorrect, thanks
2023-11-04 09:33:47 +00:00
Jed Fox
5d433c617e Reorganize page URLs to match the sidebar (#185)
Principles:

- lowercase URLs only
- kebab-case
- generally match sidebar structure
2023-06-12 15:20:06 -04:00