Skip to content

Commit 0665382

Browse files
author
Bryan Berg
committed
Merge branch 'new-docs' of git.int.sfo01.mml:mxml/api-spec into new-docs
2 parents 57cfd05 + 721e545 commit 0665382

File tree

1 file changed

+74
-1
lines changed

1 file changed

+74
-1
lines changed

content/docs/libraries.md

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,77 @@ Be sure you also check out our [Login SDK](/reference/authentication/flows/sdk/)
5555

5656
## Other libraries
5757

58-
Our community has also released many libraries for other languages and sample code. Check them out (or add your own) on [our developer wiki](https://github.com/appdotnet/api-spec/wiki/Developer-Resources).
58+
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).
59+
60+
### Clojure
61+
62+
* [Paprika](https://github.com/literally/paprika): A Clojure library for the App.net API by [@jeremyheiler](https://alpha-app.net/jeremyheiler)
63+
64+
### Erlang
65+
66+
* [erlang-appdotnet](https://github.com/ehedenst/erlang-appdotnet): An Erlang library for App.net by [@erikh](http://alpha.app.net/erikh)
67+
68+
### Go
69+
70+
* [adn](https://github.com/whee/adn): A Go package providing access to API endpoints and response objectsby [@whee](http://alpha.app.net/whee)
71+
72+
### Java
73+
74+
* [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)
75+
76+
### JavaScript
77+
78+
* [passport-appdotnet](https://npmjs.org/package/passport-appdotnet): App.net Authentication Strategy for Passport by [@mko](https://alpha.app.net/mko)
79+
80+
### .NET
81+
82+
* [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)
83+
* [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)
84+
85+
### Objective C
86+
87+
* [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)
88+
* [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)
89+
* [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)
90+
91+
### Python
92+
* [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)
93+
* [apppy](https://github.com/mlv/apppy): An library that strives to provide methods for every endpoint by [@mlv](https://app.net/mlv)
94+
95+
### Ruby
96+
97+
* [omniauth-appdotnet](https://github.com/railsjedi/omniauth-appdotnet): OmniAuth Strategy for App.net by [@railsjedi](http://alpha.app.net/railsjedi)
98+
99+
### Scala
100+
101+
* [adn4s](https://github.com/levinotik/adn4s): A Scala client library for the App.net API by [@levinotik](http://alpha.app.net/levinotik)
102+
103+
## Sample Code
104+
105+
### Javascript
106+
107+
* [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)
108+
* [Save to App.net](https://github.com/hubgit/save-to-appdotnet): Chrome extension + web app by [@invisiblecomma](https://alpha.app.net/invisiblecomma)
109+
* [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)
110+
* [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)
111+
112+
### .NET
113+
* [AuthPack](https://github.com/swhitley/authpack): .NET authentication with Twitter, Facebook, Google, LinkedIn, and App.net by [@swhitley](https://alpha.app.net/swhitley)
114+
115+
### PHP
116+
117+
* [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)
118+
* [HyperThread](https://github.com/edent/HyperThread): Visualize complex conversation threads by [@edent](https://alpha.app.net/edent)
119+
* [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)
120+
121+
### Python
122+
123+
* [#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)
124+
* [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)
125+
126+
### Ruby
127+
128+
* [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)
129+
* [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)
130+
* [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)
131+
* [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)