This talk will combine two things that I am extremely passionate about, API development and scriptcs. I am sure you’ve heard of APIs, but what is scriptcs? It’s a lightweight way to develop C# which offers a less-montonous C# experience and fully supports nuget. You can develop with it using a simple text editor like Sublime, or using its interactive REPL environment. As of recent, it’s cross platform, so you can use it on Mac, and Linux as well Windows. In this talk I am going to show you you can use scriptcs to offer a programmatic fiddleresque experience for interacting with APIs as your developing, including and most importantly working with Hypermedia. Not only that but you can use scriptcs to quickly get an API up and running as well.