Coder Social home page Coder Social logo

pexelsnet's Introduction

Hi there ๐Ÿ‘‹

pexelsnet's People

Contributors

andriyshevchenko avatar carlosboeing avatar jsgoupil avatar mathieukempe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pexelsnet's Issues

Target .NET Core

Please target .NET Core.
The library only supports .NET Framework.

Authorization is set too many times on static HttpClient

Because you call this line in the constructor:

Client.DefaultRequestHeaders.TryAddWithoutValidation("Authorization", apiKey);

You are adding the authorization key every time we instanciate the client.
Make sure you don't add this line all the time otherwise it sends the Authorization key more than once.

I am forced to use this PixelClient as a singleton.

Tests don't run in different timezone

I'm in PST. GMT-8

 PexelsNet.Tests.RateLimitTests.CanParseRateLimitFromHttpResponseMessage
   Source: RateLimitTests.cs line 18
   Duration: 39 ms

  Message: 
    Assert.Equal() Failure
                         โ†“ (pos 11)
    Expected: 2019-04-28 14:29
    Actual:   2019-04-28 06:29
                         โ†‘ (pos 11)
  Stack Trace: 
    RateLimitTests.CanParseRateLimitFromHttpResponseMessage() line 33

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.