EnanoForro's Posts
Posts EnanoForro created.
___________________________
Public API
- 55.3K Views
- 49 Replies

No worries lol
I'm still new to Azure and don't really know what the free tier cap is and how to keep it on budget so when it gets some requests in a short period of time it disables :/
If u know about a site to host a WebApp for free even if it has its limits let me know :P
enano_forro on discord if u wanna chat
EDIT:
Migrated to Glith plataform, now the api can take up to 4.000 requests per hour =)
I'm still new to Azure and don't really know what the free tier cap is and how to keep it on budget so when it gets some requests in a short period of time it disables :/
If u know about a site to host a WebApp for free even if it has its limits let me know :P
enano_forro on discord if u wanna chat
EDIT:
Migrated to Glith plataform, now the api can take up to 4.000 requests per hour =)

Well, using the following package https://github.com/ckatzorke/howlongtobeat I decided to build an api rest so anyone can access to it without needing to download the package.
This is on a free tier Azure Function so it wont allow TONS of requests, but for any personal and small project may be usefull.
If I see its not being used as intended I can switch it off to private and just use it myself, hope there is no need to do this.
https://hltb-fanmadeapi.glitch.me/HLTBSearch?search=QuerySearch
https://hltb-fanmadeapi.glitch.me/HLTBDetail?detail=GameID
This is on a free tier Azure Function so it wont allow TONS of requests, but for any personal and small project may be usefull.
If I see its not being used as intended I can switch it off to private and just use it myself, hope there is no need to do this.
https://hltb-fanmadeapi.glitch.me/HLTBSearch?search=QuerySearch
https://hltb-fanmadeapi.glitch.me/HLTBDetail?detail=GameID
___________________________
Site Feedback
- 437.1K Views
- 5.4K Replies

I don't want to be annoying but, is it possible to work on a public Api? or at least some documentation on how to hit the web with code even if the response will be an html
___________________________
Public API
- 55.3K Views
- 49 Replies

I'm willing to work on this too. I'm thinking about a C# wraper as there is one already on TypeScript.
Already started a project, tried using the one already exists as a guideline but couldn't make the HTTP request work, neither with /api/search or /?q=SearchParams
Will be messagging Everdred as someone suggested on discord and will try to keep updates on this Threads if I get to something that works at least for searching games with full name ^^
Already started a project, tried using the one already exists as a guideline but couldn't make the HTTP request work, neither with /api/search or /?q=SearchParams
Will be messagging Everdred as someone suggested on discord and will try to keep updates on this Threads if I get to something that works at least for searching games with full name ^^
Page