Skip to content

Instantly share code, notes, and snippets.

@andrewmd5
Last active August 29, 2015 14:17
Show Gist options
  • Save andrewmd5/91f0cba6e741753fe49a to your computer and use it in GitHub Desktop.
Save andrewmd5/91f0cba6e741753fe49a to your computer and use it in GitHub Desktop.
Strike API v2 changes
Fixed download endpoint to not return 200 even when a file was 404'd
Fixed download endpoint to all access origin *
Info structure has been cleaned up - https://gist.github.com/Codeusa/92818fd7a0da398f0809
File sizes are now in bytes rather than a string of their total size.
Added endpoint for descriptions
Added sub category filtering to top 100, increased speeds up to 150%
Removed download link from top 100, replaced with magnet.
Removed download link from info, replaced with magnet
Max excution time set to 5 seconds, should never be more than this; ever.
Filter out strings by adding a - in front of them. (may increase search times)
Added sub category searching to search endpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment