
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
tiltify-api-client
Advanced tools
API keys are handled differently, they actually expire now. Instead of supplying a API token on construction, supply a client_id and client_secret from Tiltify, the client will regenerate the key as needed
Tiltify v5 limits are 100 per request, requests will take longer to process on large data calls.
Campaign.getIncentives -> Campaign.getTargets to match what tiltify calls incentives now. Previous call will continue to work, but with deprecated warnings
You must INITIALIZE the client with async function initialize() to generate the access tokens
Removed APIs. Tiltify does not serve this data anymore:
CampaignsgetTopDonors)getTopDonors)npm i --save tiltify-api-clientYou can use this library like this:
const TiltifyClient = require("tiltify-api-client")
client = new TiltifyClient(process.env.TILTIFY_ACCESS_TOKEN)
client.Campaigns.get("882b8fa6-2115-4480-93dd-e901a053bc17", function (data) {
console.log(data)
})
Functions are passed a callback to be called when the data is returned.
The above example will print the data about Campaign with ID 882b8fa6-2115-4480-93dd-e901a053bc17. Legacy IDs are also supported
Only use client.Campaigns.getDonations(id) to do analysis on the donations. Pulling all the donations from a large campaign can take a while. Tiltify requests that you get 100 at a time, max.
Use client.Campaigns.getRecentDonations(id) to get the most recent 10. This saves on bandwidth and processing time.
FAQs
A client for getting data from Tiltify
The npm package tiltify-api-client receives a total of 6 weekly downloads. As such, tiltify-api-client popularity was classified as not popular.
We found that tiltify-api-client demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.