Skip to content

Conversation

iceljc
Copy link
Collaborator

@iceljc iceljc commented Jan 23, 2024

add agent pagination

[HttpGet("/agents")]
public async Task<List<AgentViewModel>> GetAgents([FromQuery] AgentFilter filter)
[HttpPost("/agents")]
public async Task<PagedItems<AgentViewModel>> GetAgents([FromBody] AgentFilter filter)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need to change to Post?

@Oceania2018 Oceania2018 merged commit 75d492f into SciSharp:master Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants