-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Implement a client for each interaction requiring a different endpoint interaction. There are multiple endpoints(e.g: https://gamma-api.polymarket.com/ , https://data-api.polymarket.com, clob etc...) to interact with Polymarket's different APIs.
Right now we have one ClobClient struct that calls all of them, it would be nicer to have one struct for each interaction and a "general" client struct. Consider adding an api/ folder with gamma.rs, data.rs, clob.rs etc...
(and test it)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed