Coder Social home page Coder Social logo

byronap / coingeckoapi Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 551 KB

CoinGecko API Library for .NET

License: MIT License

C# 100.00%
api api-client api-rest api-wrapper bitcoin coingecko coingecko-api coingecko-client cryptocurrency ethereum

coingeckoapi's Introduction

CoinGeckoApi

CoinGecko Logo

CoinGecko API Library for .NET

Sponsor Nuget FOSSA Status Codacy Badge CodeQL Tests

CoinGecko API Documentation

Library Documentation

Features

  • Method names and locations match API
  • Concrete classes (with very few exceptions)
  • Fully asynchronous
  • Compatible with dependency injection and logging
  • Integrated response caching
  • Integrated rate limiting
  • Easier to use then other libraries
  • Supports PRO endpoints (I have no way to test)

Just create an instance of 'CoinGeckoClient' and start making calls.

coingeckoapi's People

Contributors

byronap avatar

Watchers

 avatar  avatar

coingeckoapi's Issues

Feat: Response Caching

All responses should be cached using a memcache with cache time based on the Cache-Control and age headers of the response. Where 'Cache-Control [max-age]' is the maximum cache time in seconds and 'Age' is how long the response has already been cached.

Example Headers

  • cache-control: public, max-age=120
  • age: 10

According to the above headers we would then cache this response for 110 seconds.

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.