SkillAgentSearch skills...

KSADNPostParser

A small library to parse Markdown URLs for ADN posts

Install / Use

/learn @keith/KSADNPostParser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

KSADNPostParser

This is a simpleish library for parsing Markdown flavored URLs. I created it to work with the ADN API but I guess it could be altered to work elsewhere.

Build Status

Usage

Import KSADNPostParser.h into your project. This library relies on you having some global keys definied for various dictionary keys. This can be seen in KSContants in the Example project. If you would like to run the tests in the Example project run ./setup.sh from the root directory. You can look in the tests for some example usage. KSADNPostParser.h is also well documented.

[[KSADNPostParser shared] postDictionaryForText:post withBlock:^(NSDictionary *dictionary, NSError *error) {
  // Handle error or use dictionary with post
}];
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1mo ago
Forks1

Languages

Objective-C

Security Score

85/100

Audited on Mar 3, 2026

No findings