Skip to content

A .NET class library (and associated sample application) that grabs "Lorem Ipsum" filler text from lipsum.com

License

Notifications You must be signed in to change notification settings

cerkit/lorem-ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoremIpsum

A .NET class library (and associated sample application) that grabs "Lorem Ipsum" filler text from lipsum.com

Lorem Ipsum taken from www.lipsum.com courtesy of James Wilson.

To get an API key for use with this library, please contact Lipsum Help.

Release 2.0.1

This release introduces breaking changes from v1.0.

The sample application has been simplified and the static utility classes have been replaced by a LoremIpsumFactory class with the appropriate Create() and CreateAsync() methods.

Everything still works the same, except for the name changes.

Refer to the sample application for guidance on how to use the latest changes.

When you use the library, copy the following application keys from app.config to your application:

<add key="lipsumJsonApiEndpoint" value="http://api.lipsum.com/{0}/json?amount={1}&amp;start={2}&amp;what={3}" />
<add key="lipsumApiKey" value="YOUR_KEY_HERE"/>

About

A .NET class library (and associated sample application) that grabs "Lorem Ipsum" filler text from lipsum.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages