typings / discussions

For discussions and issues with Typings or TypeScript definitions
7 stars 0 forks source link

Silly question, but I'm unable to find a way to view the typings registry #12

Closed blaster151 closed 8 years ago

blaster151 commented 8 years ago

How do I actually view it?

demurgos commented 8 years ago

I know that there is a website under development and a simple API is available but the easiest way to browse all the typings is to simply explore the registry's repository.

blakeembrey commented 8 years ago

@blaster151 What are you actually trying to do? As @Demurgos mentions, the registry is available at https://github.com/typings/registry and the API source code is public at https://github.com/typings/api. The deployed API is available at http://api.typings.org/ and is used every day by Typings.

Feel free to continue asking more questions if that hasn't answered it.