Skip to content

Commit 06021a6

Browse files
committed
Move sample code here from the wiki
1 parent e020909 commit 06021a6

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

content/docs/libraries.md

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,48 @@ Be sure you also check out our [Login SDK](/reference/authentication/flows/sdk/)
5858
Our community has also released many libraries for other languages and sample code. To add a new library to the list, please [submit a pull request](https://github.com/appdotnet/api-spec/pulls).
5959

6060
* Clojure
61-
* [Paprika](https://github.com/literally/paprika) by [@jeremyheiler](https://alpha-app.net/jeremyheiler)
61+
* [Paprika](https://github.com/literally/paprika): A Clojure library for the App.net API by [@jeremyheiler](https://alpha-app.net/jeremyheiler)
6262
* Erlang
63-
* [erlang-appdotnet](https://github.com/ehedenst/erlang-appdotnet) by [@erikh](http://alpha.app.net/erikh)
63+
* [erlang-appdotnet](https://github.com/ehedenst/erlang-appdotnet): An Erlang library for App.net by [@erikh](http://alpha.app.net/erikh)
6464
* Go
65-
* [adn](https://github.com/whee/adn) by [@whee](http://alpha.app.net/whee)
65+
* [adn](https://github.com/whee/adn): A Go package providing access to API endpoints and response objectsby [@whee](http://alpha.app.net/whee)
6666
* Java
67-
* [spring-social-appdotnet](http://github.com/arikg/spring-social-appdotnet) by [@arikg](http://alpha.app.net/arikg)
67+
* [spring-social-appdotnet](http://github.com/arikg/spring-social-appdotnet): Spring social integration for App.net authentication & API by [@arikg](http://alpha.app.net/arikg)
6868
* JavaScript
69-
* [passport-appdotnet](https://npmjs.org/package/passport-appdotnet) by [@mko](https://alpha.app.net/mko)
69+
* [passport-appdotnet](https://npmjs.org/package/passport-appdotnet): App.net Authentication Strategy for Passport by [@mko](https://alpha.app.net/mko)
7070
* .NET
71-
* [Netter](https://bitbucket.org/hiddenpineapple/netter) by [@hiddenpineapple](http://alpha.app.net/hiddenpineapple)
72-
* [AppNet.NET](https://github.com/liGhun/AppNet.NET) by [@lighun](http://alpha.app.net/lighun)
71+
* [Netter](https://bitbucket.org/hiddenpineapple/netter): .NET ADN Library using async/await, IoC and static helpers for .NET 4.5, Windows Store and Windows Phone apps by [@hiddenpineapple](http://alpha.app.net/hiddenpineapple)
72+
* [AppNet.NET](https://github.com/liGhun/AppNet.NET): Feature complete library to App.net including the File API by [@lighun](http://alpha.app.net/lighun)
7373
* Objective C
74-
* [ADN Activity Collection](https://github.com/brennanMKE/ADNActivityCollection) by [@smallsharptools](http://alpha.app.net/smallsharptools)
75-
* [AppDotNet](https://github.com/mattrubin/AppDotNet) by [@mattrubin](http://alpha.app.net/mattrubin)
76-
* [AppNetKit](https://github.com/brentdax/appnetkit) by [@brent](http://alpha.app.net/brent)
74+
* [ADN Activity Collection](https://github.com/brennanMKE/ADNActivityCollection): UIActivities to share with App.net (ADN) apps from an Activity Sheet by [@smallsharptools](http://alpha.app.net/smallsharptools)
75+
* [AppDotNet](https://github.com/mattrubin/AppDotNet): Asynchronous Objective-C wrapper for the App.net API. An incomplete but ongoing effort to create a common base for new/experimental ADN apps by [@mattrubin](http://alpha.app.net/mattrubin)
76+
* [AppNetKit](https://github.com/brentdax/appnetkit): General-purpose async interface to the Token, Users, and Posts portions of the App.net API by [@brent](http://alpha.app.net/brent)
7777
* Python
78-
* [appdotnet](https://github.com/briancline/appdotnet) by [@briancline](https://alpha.app.net/briancline)
79-
* [apppy](https://github.com/mlv/apppy) by [@mlv](https://app.net/mlv)
78+
* [appdotnet](https://github.com/briancline/appdotnet): A simple library that currently implements iterable Streaming API support and convenience methods for easy processing of streamed data and retrieved data by [@briancline](https://alpha.app.net/briancline)
79+
* [apppy](https://github.com/mlv/apppy): An library that strives to provide methods for every endpoint by [@mlv](https://app.net/mlv)
8080
* Ruby
81-
* [omniauth-appdotnet](https://github.com/railsjedi/omniauth-appdotnet) by [@railsjedi](http://alpha.app.net/railsjedi)
81+
* [omniauth-appdotnet](https://github.com/railsjedi/omniauth-appdotnet): OmniAuth Strategy for App.net by [@railsjedi](http://alpha.app.net/railsjedi)
8282
* Scala
83-
* [adn4s](https://github.com/levinotik/adn4s) by [@levinotik](http://alpha.app.net/levinotik)
83+
* [adn4s](https://github.com/levinotik/adn4s): A Scala client library for the App.net API by [@levinotik](http://alpha.app.net/levinotik)
84+
85+
## Sample Code
86+
87+
* Javascript
88+
* [unfollowerapp.net](https://github.com/damienklinnert/unfollowerapp.net): See who's not following you back on App.net by [@damienklinnert](http://alpha.app.net/damienklinnert)
89+
* [Save to App.net](https://github.com/hubgit/save-to-appdotnet): Chrome extension + web app by [@invisiblecomma](https://alpha.app.net/invisiblecomma)
90+
* [ADN Timeline](https://github.com/imathis/adn-timeline): Embed ADN social feeds on a website. [Check out the demo](http://imathis.github.com/adn-timeline/) by [@imathis](https://alpha.app.net/imathis)
91+
* [Share on ADN](https://github.com/voidfiles/share-on-adn): A bookmarklet that shares a link on App.net by [@voidfiles](https://alpha.app.net/voidfiles)
92+
* .NET
93+
* [AuthPack](https://github.com/swhitley/authpack): .NET authentication with Twitter, Facebook, Google, LinkedIn, and App.net by [@swhitley](https://alpha.app.net/swhitley)
94+
* PHP
95+
* [Dabr for App.net](https://github.com/edent/Dabr-For-AppDotNet): Source code for the [Dabr](https://directory.app.net/app/49/dabr/) App.net web client by [@edent](https://alpha.app.net/edent)
96+
* [HyperThread](https://github.com/edent/HyperThread): Visualize complex conversation threads by [@edent](https://alpha.app.net/edent)
97+
* [Tavorite](http://github.com/fnava621/tavorite): All the functionality of HN using ADN API. [Tavorite.com](http://tavorite.com) by [@nava](http://alpha.app.net/nava)
98+
* Python
99+
* [#adnprinter](https://gist.github.com/berg/463e7f58ab1ca6a704d3): Source code that powers the [#adnprinter](https://alpha.app.net/hashtags/adnprinter) using the Streaming API by [@berg](https://alpha.app.net/berg)
100+
* [What's My ID?](https://github.com/tijs/appdotnet-whats-my-id): The GitHub repo for [What's My ID?](http://xyx-pau.herokuapp.com); a simple Flask application by [@tijs](https://alpha.app.net/tijs)
101+
* Ruby
102+
* [SupportApp for App.net](https://github.com/myfreeweb/supportappnet): App.net-based support/feedback (inspired by services like Get Satisfaction) ([demo](http://supportappnet.herokuapp.com)) by [@myfreeweb](https://alpha.app.net/myfreeweb)
103+
* [Appvertise](https://github.com/myfreeweb/appvertise): Experimental ad network based on App.net and Bitcoin ([demo](https://appvertise-it.herokuapp.com)) by [@myfreeweb](https://alpha.app.net/myfreeweb)
104+
* [AppnetDAV](https://github.com/myfreeweb/appnetdav): A WebDAV proxy for the App.net File API ([demo](https://appnetdav.herokuapp.com)) by [@myfreeweb](https://alpha.app.net/myfreeweb)
105+
* [The Feed Robot](https://github.com/myfreeweb/feedrobot): A bot that pushes RSS/Atom feeds to App.net Private Messages ([@feedrobot](http://alpha.app.net/feedrobot)) by [@myfreeweb](https://alpha.app.net/myfreeweb)

0 commit comments

Comments
 (0)