Primal for Android is now available on Google Play Store in open testing mode. Starting with today’s release, we will offer Play Store, APK, and source code downloads for each release. Please note: due to the way Play Store app signing works, upgrades will only work if you use the same install method.
This is a big milestone for us, as we march towards the full v1.0 release in the coming weeks. 💪
New Features
- Feed: link previews
- Feed: image media gallery
- Feed: video thumbnail previews
- LUD-06 support
Fixes
- Improved CDN handling
- Removed shimmer from avatars when loading
- Fixed highlight color in note content
- Various small fixes
https://primal.net/downloads
2023-11-16 16:31:45
- reply
Yes, of course. Here’s how you can get the follower count for a given pubkey:
{ echo '["REQ","subidblabla",{"cache":["user_infos",{"pubkeys":["76c71aae3a491f1d9eec47cba17e229cda4113a0bbb6e6ae1776d7643e29cafa"]}]}]'; sleep 1; } | websocat wss://cache1.primal.net/v1 | grep '"kind":10000133' | jq -r '.[2].content' | jq .
Please keep this in mind:
1. This API is not standardized and is subject to change. We are planning to go through a NIP process to standardize the caching service in the coming months. Happy to help those who are wiling to suffer through these growing pains and wish to utilize the caching service now.
2. Rather than calling our instance, we encourage client developers to stand up their own caching service instances. That way Primal won’t become the source of truth and your stuff won’t break as we evolve the API.