-
-
Notifications
You must be signed in to change notification settings - Fork 158
Does this work with fsharp? #244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Regarding F#, I'm not sure. I've honestly never tried it, but there's no obvious reason (to me) why it shouldn't work. I'd be happy to work with you on it if you need any support. Although, it was not designed with a functional programming use case in mind, so it may be awkward. That is purely conjecture since I have no experience using this in an F# application. Regarding just serialization, that's a very small part of this library and while it is part of our roadmap to make that possible, there is one blocker at the moment. |
Sounds good, yeah, I'll give it a go. F# has objects and stuff, cause all of dotnet is compatible with all dotnet-languages. F# doesn't have all the OO features that C# does, but that's fine. (F# is OO in the same way python is / isn't) I guess, re: just (de)serialization, I'm mostly wanting to have the functionality provided by http://jsonapi-rb.org
I'm still pretty new to F#/dotnet web dev, and so far, it seems that this library has all the features I'd want (even if it has more, and I'd be using a subset). speaking of which, are there any guides for using JsonApiDotNetCore with the entity framework? (or any other ORM?) The reason why I don't really want to use a jsonapi only web framework is just in case I need an endpoint with non-jsonapi format. As for web frameworks, I've been looking at anywho, I'll start playing with this in F#, and see what happens |
Interested to know what you learned from this. Closing as no further action required. |
Uh oh!
There was an error while loading. Please reload this page.
just wondering, wanting to build a json:api api with fsharp, and this library seems the most feature-complete.
I guess, alternatively, is there a way to just use the (de)serialization parts? cause then I could just use whatever web server
The text was updated successfully, but these errors were encountered: