Skip to content

EduardoJuliao/CorePexel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CorePexel

CorePexel is a dotnet core wrapper for the PexelsApi.

Get it on nuget: https://www.nuget.org/packages/CorePexel/

Usage

private static CorePexelClient client = new CorePexelClient("<your_api_key>");

public async Task<PhotoPageModel> GetPhotos()
{
   return await client.GetPopularAsync();
}

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages