this post was submitted on 10 Jun 2023
3 points (100.0% liked)

The API formerly known as...

1 readers
0 users here now

Project to enable 3rd party apps to access Lemmy through a familiar API from a kinder time.

Github

founded 1 year ago
MODERATORS
 

I've just spent a few minutes building the project and getting it to run, I thought I'd mention some tidbits:

  1. The instance URL should not include a trailing /. Example invocation that worked for me: RUST_LOG=info ./target/release/tafkars-lemmy https://myinstance
  2. Once running I was able to access the API using curl -v http://localhost:8000/top.json or curl -v http://localhost:8000/r/mycommunity/top.json
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here