All Verbs | /app-overview |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Reload | query | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Created | form | DateTime | No | |
AllTiers | form | List<Option> | No | |
TopTechnologies | form | List<TechnologyInfo> | No | |
ResponseStatus | form | ResponseStatus | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
Title | form | string | No | |
Value | form | TechnologyTier? | No |
ProgrammingLanguage | Programming Languages |
Client | Client Libraries |
Http | HTTP Server Technologies |
Server | Server Libraries |
Data | Databases and NoSQL Datastores |
SoftwareInfrastructure | Server Software |
OperatingSystem | Operating Systems |
HardwareInfrastructure | Cloud/Hardware Infrastructure |
ThirdPartyServices | 3rd Party APIs/Services |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Tier | form | TechnologyTier | No | |
Slug | form | string | No | |
Name | form | string | No | |
LogoUrl | form | string | No | |
StacksCount | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /app-overview HTTP/1.1
Host: techstacks.io
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"reload":false}
HTTP/1.1 200 OK Content-Type: text/csv Content-Length: length {"created":"0001-01-01T00:00:00.0000000","allTiers":[{"name":"String","title":"String","value":"ProgrammingLanguage"}],"topTechnologies":[{"tier":"ProgrammingLanguage","slug":"String","name":"String","logoUrl":"String","stacksCount":0}],"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}