api-guidelines
Sieve
api-guidelines | Sieve | |
---|---|---|
16 | 14 | |
22,687 | 1,201 | |
0.2% | - | |
8.3 | 0.0 | |
9 days ago | 4 months ago | |
C# | ||
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
api-guidelines
-
5 Things I wanted to know about REST API when I was starting
AZURE API Guidelines
-
Mastering API Design: 26 Resources for Software Engineers
📝 "Microsoft REST API Guidelines" [link]
- Ask HN: Any book recommendations for API design?
- What are the best practices that you, your team or your company follows while developing apis or while writing api contracts?
- Recommendations for resources about REST APIs?
- Best Practice/Standars for API Management endpoints
- Ask HN: Standards for API Error Responses
-
Recommendation reading (books/blogs) for best practices while designing REST APIs
This is a great, thorough and in-depth document from Microsoft: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md
-
Looking for understandable good practices concerning structure of json returned
Thing is, I made some researches this morning, and I found nowhere a "data" wrapper, not in Microsoft API best practices [FR] (client is using Microsoft APIs), not in Microsoft API guidelines, not in OpenAPI offical specifications, nowhere in any blog I found this morning.
-
Everything about APIs
Microsoft REST API guidelines
Sieve
-
Junction/association/Link Table VS Join ( Entity Framework Core )
Biarity/Sieve: ⚗️ Clean & extensible Sorting, Filtering, and Pagination for ASP.NET Core (github.com)
-
ASP.NET Core MVC Generic Repository only works with a specific Context. (Need help)
I´m trying out Sieve and the rip my app to pieces and use that instead.
-
Most flexible way to query data from database
Similar to Sieve
- API filtering, pagination and sorting
- How to add non mandatory EF Core Query Filters?
-
Why Microsoft is not pushing hard on OData in rescent .net versions?
https://github.com/Biarity/Sieve Sieve is a simple, clean, and extensible framework for .NET Core that adds sorting, filtering, and pagination functionality out of the box. Most common use case would be for serving ASP.NET Core GET queries.
-
Pagination with dynamic filtering and sorting
If you're looking for a library for a REST API, there really aren't very many good ones. I used Sieve as a starting point to write my own because it didn't support the filtering syntax I was required to use. I would definitely not recommend a new person write their own, however.
-
Clean Ways to Implement Large Filtering on .Net Core API
I also looked at Sieve: https://github.com/Biarity/Sieve but I'm not sure it is 100% hitting what I am wanting. Unless I am just a bork at the end of my day unable to read properly. Any direction in the right area would greatly be appreciated!
-
Extending IQueryable for very long and specific query
For complex queries like this, you don't have a ton of choices. You could use Sieve (https://github.com/Biarity/Sieve) in lieu of your current implementation. I use it specifically in situations to handle filtering/paging/sorting, not as a general way to access data. Most of the time I write an underlying DB view and hook that up to a keyless entity and allow Sieve to do the actual filtering.
-
Dynamically building Linq queries
If you're using EF, you can use https://github.com/Biarity/Sieve
What are some alternatives?
google.aip.dev - API Improvement Proposals. https://aip.dev/
CliWrap - Library for running command-line processes
OpenAPI-Specification - The OpenAPI Specification Repository
Console Framework - Cross-platform toolkit for easy development of TUI applications.
free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
ReadLine - A Pure C# GNU-Readline like library for .NET/.NET Core
Swashbuckle.AspNetCore - Swagger tools for documenting API's built on ASP.NET Core
SharpNetSH - A simple netsh library for C#
awesome-rest - A collaborative list of great resources about RESTful API architecture, development, test, and performance
NFlags - Simple yet powerfull library to made parsing CLI arguments easy. Library also allow to print usage help "out of box".
awesome-grpc - A curated list of useful resources for gRPC
CommandDotNet - A modern framework for building modern CLI apps