Skip to content

Instantly share code, notes, and snippets.

View finniv's full-sized avatar
:octocat:

FinniV finniv

:octocat:
  • Kharkiv
View GitHub Profile
namespace Cepheia.Api.Controllers
open Microsoft.AspNetCore.Mvc
open Microsoft.IdentityModel.Protocols.WsFederation
open System.Web.Http
open Microsoft.AspNetCore.Routing
[<Route("api/[controller]")>]
[<ApiController>]
type ValuesController () =
{
public class Item
{
[JsonProperty("id")]
public int id { get; set; }
[JsonProperty("owner_id")]
public int owner_id { get; set; }