- From: James M Snell <jasnell@gmail.com>
- Date: Wed, 12 Nov 2014 13:31:39 -0800
- To: "public-socialweb@w3.org" <public-socialweb@w3.org>
I've started updating the open source java impl of AS 2.0 to the current draft. https://github.com/jasnell/activitystreams/tree/fpwd Be sure to check out the fpwd branch. Example: IO io = IO.make() .prettyPrint() .get(); Activity activity = io.makers() .activity() .type("urn:example:verbs:Post") .actor("acct:sally@example.org") .object("http://example.org/posts/1") .get(); activity.writeTo(System.out); It's not anywhere close to being done so tread carefully. Just wanted to get this out for folks to play with. - James
Received on Wednesday, 12 November 2014 21:32:28 UTC