recentpopularlog in

REST

«    
Home - Frisby.js
"REST API testing framework built on node.js and Jasmine that makes testing API endpoints easy, fast, and fun."
rest  frisby  js  framework  node  jasmine  test 
yesterday by Sylphe
RESTClient
Debugger for RESTful web services.
development  rest  debugging  tools 
yesterday by buymeasoda
TidBITS Home Macs: Reunion 10 Offers Better Genealogical Overviews, Web Search
Reunion 10 Offers Better Genealogical Overviews, Web Search — from andy@andyaffleck.com (Andy Affleck) (TidBITS: Apple News for the Rest of Us) —

Genealogy buffs, take note! Leister Productions has released Reunion 10, a significant upgrade of their venerable genealogy tool, with a focus on improving navigation of complex family trees. Most obviously, the Family Card, the initial view showing the source individual, their parents, spouse, spouse’s parents, and all children, has been replaced with the far more customizable Family View. Along with numerous display options, every person’s card can now contain a picture as well as any event or fact you care to display.

Also notable is the new Tree View, which replaces the former Overview and offers a scrollable tree (either in hour-glass or pedigree format) allowing you to explore the family tree in a more fluid manner.

A new right sidebar — populated by clicking items in the left sidebar — provides different lists including people, sources, multimedia, relatives (people sorted by their relationship to a specified individual), ages, places, treetops (the oldest known ancestors on every branch of the tree), and more. You can hide this sidebar to provide more screen real estate to the information-heavy Family and Tree views. The sidebar also serves as a source for dropping places into place fields in appropriate views, and you can drop people into Relatives, Treetops, and Ages sidebars to show the associated data.

Reunion 10 also sports several new reports and charts, including a report that lets you see the makeup of an individual’s family on a particular date, an obituary report, and a chart showing the relationship between two specific individuals. Plus, non-blood relatives can now be shown in a relationship report or chart (for example, someone who is the daughter of the spouse of your second cousin). Other new and improved reports include an events report that shows a list of events for people in the family and a multimedia usage report that helps you identify where files are linked.

Although these new display and reporting features are welcome, they’re aimed at providing a better overview of data that’s already in Reunion. Instead, my favorite new feature is the built-in Web search that enables me to perform a quick search for a given person on a number of key genealogical Web sites, either one at a time or a set of favorites at all once. In just a few minutes of playing around, I found the death certificate and the names of the parents of my great-great-grandfather.

There are many other smaller improvements along with videos explaining Reunion’s top ten new features, which join an already long list of genealogical goodies for those who aren’t yet familiar with Reunion’s capabilities.

Reunion also offers companion iPhone and iPad apps ($14.99 each) that work with both versions 9.0c and 10. New copies of Reunion 10 are available directly from Leister Productions for $99; upgrades from earlier versions cost $49.95.

 

Read and post comments about this article | Tweet this article

Copyright © 2012 Andy Affleck. TidBITS is copyright © 2012 TidBITS Publishing Inc. If you're reading this article on a Web site other than TidBITS.com, please let us know, because if it was republished without attribution, by a commercial site, or in modified form, it violates our Creative Commons License.
ifttt  googlereader  TidBITS:  Apple  News  for  the  Rest  of  Us 
2 days ago by erikmh
Resty
A simple PHP library for doing RESTful HTTP stuff
php  library  rest  github 
2 days ago by epochblue
martinblech/mimerender
Python module for RESTful resource variant selection using the HTTP Accept header
python  rest  service  wsgi  mime  web 
2 days ago by widefido
TidBITS Networking: Keeping Your MobileMe Email Address without iCloud
Keeping Your MobileMe Email Address without iCloud, from TidBITS: Apple News for the Rest of Us http://tidbits.com/ published on May 14, 2012 at 11:09AM
ifttt  googlereader  TidBITS:  Apple  News  for  the  Rest  of  Us 
2 days ago by aptlyjoe
RestKit
RestKit is an Objective-C framework for iOS that aims to make interacting with RESTful web services simple, fast and fun. It combines a clean, simple HTTP request/response API with a powerful object mapping system that reduces the amount of code you need to write to get stuff done.
rest  ios  objc 
2 days ago by cdzombak
Home - Frisby.js
Very cool.

"If you’re testing a lot of REST-based APIs, then Frisby (GitHub: vlucas / frisby, License: BSD, npm: frisby) by Vance Lucas might be what you’re looking for. It’s a REST API testing framework built using Jasmine.

It has a nice and friendly chainable API:

var frisby = require('frisby');

frisby.create('Get Brightbit Twitter feed')
.get('https://api.twitter.com/1/statuses/user_timeline.json?screen_name=brightbit')
.expectStatus(200)
.expectHeaderContains('content-type', 'application/json')
.expectJSON('0', {
place: function(val) { expect(val).toMatchOrBeNull("Oklahoma City, OK"); }, // Custom matcher callback
user: {
verified: false,
location: "Oklahoma City, OK",
url: "http://brightb.it"
}
});"
node.js  rest  Javascript 
2 days ago by colin.jack
rest-assured - Java DSL for easy testing of REST services
"Testing and validating REST services in Java is harder than in dynamic languages such as Ruby and Groovy. REST Assured brings the simplicity of using these languages into the Java domain."
java  test  REST  web  service  validation  API  library 
2 days ago by ebouchut

Copy this bookmark:





private to read