Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.
/ Q42.RijksmuseumApi Public archive

Open source library for interaction with the Rijksmuseum API

License

Notifications You must be signed in to change notification settings

Q42/Q42.RijksmuseumApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Q42.RijksmuseumApi [Archived]

Open source library for communication with the Rijksmuseum API. This library covers all the Rijksmuseum API calls. Search the collection, get detailed information and image tiles for object. Calendar events, RijksStudio user sets etc.

This Portable Library is compatible with: .Net45, Windows 8 and Windows Phone 8 Download directly from NuGet Q42.RijksmuseumApi on NuGet.

How to use?

Some basic usage examples

RijksClient

Before you can communicate with the Rijksmuseum API, you need to have an API key and use this API key to initialize a new RijksClient. Request your API key here

IRijksClient _client = new RijksClient("YOUR_API_KEY");

Search the collection

var search = new CollectionSearchRequest();
search.SearchQuery = "sinterklaas";

var searchResult = await _client.GetCollection(search);

Get detailed information about an object in the collection.

var objectDetails = await _client.GetCollectionDetails("sk-c-5");

How To install?

Download the source from GitHub or get the compiled assembly from NuGet Q42.RijksmuseumApi on NuGet.

Credits

This library is made possible by contributions from:

Open Source Project Credits

  • Newtonsoft.Json is used for object serialization

License

Q42.RijksmuseumApi is licensed under MIT. Refer to license.txt for more information.

Contributions

Contributions are welcome. Fork this repository and send a pull request if you have something useful to add.

More info about the Rijksmuseum API

About

Open source library for interaction with the Rijksmuseum API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published